We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb49e3 commit d221849Copy full SHA for d221849
README.md
@@ -23,6 +23,7 @@ PostCSS JSX Syntax
23
- [styled-components](https://github.com/styled-components/styled-components)
24
- [styletron-react](https://github.com/rtsao/styletron)
25
- [typestyle](https://github.com/typestyle/typestyle)
26
+- [lit-css](https://github.com/bashmish/lit-css)
27
28
## Getting Started
29
extract.js
@@ -37,6 +37,9 @@ const supports = {
37
// https://github.com/paypal/glamorous
38
glamorous: true,
39
40
+ // https://github.com/bashmish/lit-css
41
+ "lit-css": true,
42
+
43
// https://github.com/js-next/react-style
44
"react-style": true,
45
0 commit comments