hz-zhhq-web/node_modules/postcss
zzyuan 0ed9577d7c 前端提交4 2025-02-25 13:46:30 +08:00
..
lib 前端提交4 2025-02-25 13:46:30 +08:00
node_modules 前端提交4 2025-02-25 13:46:30 +08:00
LICENSE 前端提交4 2025-02-25 13:46:30 +08:00
README.md 前端提交4 2025-02-25 13:46:30 +08:00
package.json 前端提交4 2025-02-25 13:46:30 +08:00

README.md

PostCSS Gitter

Philosopher’s stone, logo of PostCSS

PostCSS is a tool for transforming styles with JS plugins. These plugins can lint your CSS, support variables and mixins, transpile future CSS syntax, inline images, and more.

PostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba, and JetBrains. The Autoprefixer PostCSS plugin is one of the most popular CSS processors.

PostCSS takes a CSS file and provides an API to analyze and modify its rules (by transforming them into an Abstract Syntax Tree). This API can then be used by plugins to do a lot of useful things, e.g. to find errors automatically insert vendor prefixes.

Support / Discussion: Gitter
Twitter account: @postcss
VK.com page: postcss
中文翻译: README-cn.md

For PostCSS commercial support (consulting, improving the front-end culture of your company, PostCSS plugins), contact Evil Martians at surrender@evilmartians.com.

Sponsored by Evil Martians

Docs

Read full docs on GitHub.