source: frontend/node_modules/postcss-js/README.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 724 bytes
Line 
1# PostCSS JS
2
3<img align="right" width="135" height="95"
4 title="Philosopher’s stone, logo of PostCSS"
5 src="https://postcss.org/logo-leftp.svg">
6
7[PostCSS] for CSS-in-JS and styles in JS objects.
8
9For example, to use [Stylelint] or [RTLCSS] plugins in your workflow.
10
11<a href="https://evilmartians.com/?utm_source=postcss-js">
12 <img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg"
13 alt="Sponsored by Evil Martians" width="236" height="54">
14</a>
15
16[Stylelint]: https://github.com/stylelint/stylelint
17[PostCSS]: https://github.com/postcss/postcss
18[RTLCSS]: https://github.com/MohammadYounes/rtlcss
19
20
21## Docs
22Read full docs **[here](https://github.com/postcss/postcss-js#readme)**.
Note: See TracBrowser for help on using the repository browser.