CSS Generator
Write CSS programatically using JavaScript.
Install
npm install css-generator
Usage
const cssGen = ;const options = indentation: ' ' // 2 spacesconst css = cssGen; css css css css css css css css console
output:
{}@) { }}
There is also a method addRaw
that adds any string to your css. Useful to comments or include a framework.
csscss console
output:
/* my comment */
License
MIT License © 2018 Luiz Bills