43081j / postcss-lit

PostCSS syntax for extracting CSS from template literals inside JS/TS files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extract the core of postcss-lit to allow other css-in-js syntaxes to be built

43081j opened this issue · comments

as per the title, we should extract the core of postcss-lit since it isn't actually specific to lit.

this would allow the community to build other css-in-js syntax support without having to reinvent the wheel.

this is just an issue to track my progress in doing so

cc @karlhorky @kutnickclose

related styled-components/styled-components#3897 stylelint/postcss-css-in-js#225

This is done already, right? Now that postcss-js-core is done? (And even the new syntax postcss-styled-components 🙌 )

Or do you want to leave it open until the PR below is merged?

it is done but i was waiting until i get chance to properly test and ship the postcss-lit branch basically.

to be honest it passes all tests and seems to work in my own projects, so i should probably just publish it and hope for the best 😂