Skip to content

Commit d221849

Browse files
web-padawangucong3000
authored andcommitted
Add support for lit-css (#38)
1 parent 8cb49e3 commit d221849

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ PostCSS JSX Syntax
2323
- [styled-components](https://github.com/styled-components/styled-components)
2424
- [styletron-react](https://github.com/rtsao/styletron)
2525
- [typestyle](https://github.com/typestyle/typestyle)
26+
- [lit-css](https://github.com/bashmish/lit-css)
2627

2728
## Getting Started
2829

extract.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ const supports = {
3737
// https://github.com/paypal/glamorous
3838
glamorous: true,
3939

40+
// https://github.com/bashmish/lit-css
41+
"lit-css": true,
42+
4043
// https://github.com/js-next/react-style
4144
"react-style": true,
4245

0 commit comments

Comments
 (0)