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
|
Line | |
---|
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 |
|
---|
7 | PostCSS is a tool for transforming styles with JS plugins.
|
---|
8 | These plugins can lint your CSS, support variables and mixins,
|
---|
9 | transpile future CSS syntax, inline images, and more.
|
---|
10 |
|
---|
11 | PostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba,
|
---|
12 | and 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
|
---|
28 | Read full docs **[here](https://postcss.org/)**.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.