A tool to generate Linaria-compatible CSS-in-JS files from regular CSS.
npm run start ./path-to-input.css ./output
This will create take the CSS from ./path-to-input.css
and create a set of
converted CSS-in-JS files at ./output
.
Based heavily on the original (for Emotion) implementation from Brice Bernard.