提交学习笔记专用
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.

29 lines
1.2 KiB

  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 are some of the most popular CSS tools.
  10. ---
  11. <img src="https://cdn.evilmartians.com/badges/logo-no-label.svg" alt="" width="22" height="16" />  Built by
  12. <b><a href="https://evilmartians.com/devtools?utm_source=postcss&utm_campaign=devtools-button&utm_medium=github">Evil Martians</a></b>, go-to agency for <b>developer tools</b>.
  13. ---
  14. [Abstract Syntax Tree]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
  15. [Evil Martians]: https://evilmartians.com/?utm_source=postcss
  16. [Autoprefixer]: https://github.com/postcss/autoprefixer
  17. [Stylelint]: https://stylelint.io/
  18. [plugins]: https://github.com/postcss/postcss#plugins
  19. ## Docs
  20. Read full docs **[here](https://postcss.org/)**.