source: imaps-frontend/node_modules/postcss/README.md@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[d565449]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 is one 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" />  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>.
17
18---
19
20[Abstract Syntax Tree]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
21[Evil Martians]: https://evilmartians.com/?utm_source=postcss
22[Autoprefixer]: https://github.com/postcss/autoprefixer
23[Stylelint]: https://stylelint.io/
24[plugins]: https://github.com/postcss/postcss#plugins
25
26
27## Docs
28Read full docs **[here](https://postcss.org/)**.
Note: See TracBrowser for help on using the repository browser.