|
Last change
on this file since 505f39a was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Working / before login
|
-
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 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
|
|---|
| 29 | Read full docs **[here](https://postcss.org/)**.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.