Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # stylelint
  2. [![NPM version](https://img.shields.io/npm/v/stylelint.svg)](https://www.npmjs.org/package/stylelint) [![Build Status](https://github.com/stylelint/stylelint/workflows/CI/badge.svg)](https://github.com/stylelint/stylelint/actions) [![NPM Downloads](https://img.shields.io/npm/dm/stylelint.svg)](https://npmcharts.com/compare/stylelint?minimal=true)
  3. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
  4. ## Features
  5. It's mighty as it:
  6. - understands the **latest CSS syntax** including custom properties and level 4 selectors
  7. - extracts **embedded styles** from HTML, markdown and CSS-in-JS object & template literals
  8. - parses **CSS-like syntaxes** like SCSS, Sass, Less and SugarSS
  9. - has over **170 built-in rules** to catch errors, apply limits and enforce stylistic conventions
  10. - supports **plugins** so you can create your own rules or make use of plugins written by the community
  11. - automatically **fixes** the majority of stylistic violations
  12. - is **well tested** with over 15000 unit tests
  13. - supports **shareable configs** that you can extend or create
  14. - is **unopinionated** so that you can customize it to your exact needs
  15. - has a **growing community** and is used by [Facebook](https://code.facebook.com/posts/879890885467584/improving-css-quality-at-facebook-and-beyond/), [GitHub](https://github.com/primer/stylelint-config-primer) and [WordPress](https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress)
  16. ## Example output
  17. ![Example](https://github.com/stylelint/stylelint/raw/master/example.png?raw=true)
  18. ## Getting started
  19. You'll find steps to [get started in our User guide](docs/user-guide/get-started.md).
  20. ## Contributors
  21. Without the contributions from [all these fantastic people](https://github.com/stylelint/stylelint/graphs/contributors), stylelint would not exist. [Become a contributor](CONTRIBUTING.md).
  22. ## Backers
  23. <a href="https://opencollective.com/stylelint#backers" target="_blank"><img src="https://opencollective.com/stylelint/backers.svg?width=890"></a>
  24. Thank you to all our backers! [Become a backer](https://opencollective.com/stylelint#backer).
  25. ## Sponsors
  26. <a href="https://opencollective.com/stylelint/sponsor/0/website" target="_blank"><img src="https://opencollective.com/stylelint/sponsor/0/avatar.svg"></a>
  27. Support this project to show your logo here with a link to your website. [Become a sponsor](https://opencollective.com/stylelint#sponsor).
  28. ## License
  29. [The MIT License](https://raw.githubusercontent.com/stylelint/stylelint/master/LICENSE).