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.

28 lines
1.2 KiB

1 month ago
  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 at <b><a href="https://evilmartians.com/devtools?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/)**.