1.0.0 • Published 6 years ago
css2lit v1.0.0
CSS2Lit
Executable that converts css file to a lit-element css export
Instalation
$ npm install particles.tsUsage
$ npx css2lit path/to/fileExample
.body { color: blue }Output:
import {css} from 'lit-element';
export const style = css`.body { color: blue }`;1.0.0
6 years ago