版博士V2.0程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

12345678910111213141516171819202122232425262728
  1. # PostCSS
  2. <img align="right" width="95" height="95"
  3. alt="Philosopher’s stone, logo of PostCSS"
  4. src="https://postcss.org/logo.svg">
  5. PostCSS is a tool for transforming styles with JS plugins.
  6. These plugins can lint your CSS, support variables and mixins,
  7. transpile future CSS syntax, inline images, and more.
  8. PostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba,
  9. and JetBrains. The [Autoprefixer] and [Stylelint] PostCSS plugins is one of the most popular CSS tools.
  10. ---
  11. <img src="https://cdn.evilmartians.com/badges/logo-no-label.svg" alt="" width="22" height="16" />  Made in <b><a href="https://evilmartians.com/?utm_source=postcss&utm_campaign=devtools-button&utm_medium=github">Evil Martians</a></b>, product consulting for <b>developer tools</b>.
  12. ---
  13. [Abstract Syntax Tree]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
  14. [Evil Martians]: https://evilmartians.com/?utm_source=postcss
  15. [Autoprefixer]: https://github.com/postcss/autoprefixer
  16. [Stylelint]: https://stylelint.io/
  17. [plugins]: https://github.com/postcss/postcss#plugins
  18. ## Docs
  19. Read full docs **[here](https://postcss.org/)**.