source: node_modules/postcss/README.md@ 2058e5c

Last change on this file since 2058e5c was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Working / before login

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[2058e5c]1# PostCSS
2
3<img align="right" width="95" height="95"
4 alt="Philosopher’s stone, logo of PostCSS"
5 src="https://postcss.org/logo.svg">
6
7PostCSS is a tool for transforming styles with JS plugins.
8These plugins can lint your CSS, support variables and mixins,
9transpile future CSS syntax, inline images, and more.
10
11PostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba,
12and JetBrains. The [Autoprefixer] and [Stylelint] PostCSS plugins are some of the most popular CSS tools.
13
14---
15
16<img src="https://cdn.evilmartians.com/badges/logo-no-label.svg" alt="" width="22" height="16" />  Built by
17 <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>.
18
19---
20
21[Abstract Syntax Tree]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
22[Evil Martians]: https://evilmartians.com/?utm_source=postcss
23[Autoprefixer]: https://github.com/postcss/autoprefixer
24[Stylelint]: https://stylelint.io/
25[plugins]: https://github.com/postcss/postcss#plugins
26
27
28## Docs
29Read full docs **[here](https://postcss.org/)**.
Note: See TracBrowser for help on using the repository browser.