0.1.1 • Published 4 years ago

@ngdangtu/jss-to-css v0.1.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

JSS To CSS

(This package currently is in Beta Stage / testing stage) I made this to generate static CSS file from JSS in Node. It is limited but maybe useful for anyone need a static CSS file. (I use this one with Hugo to make static site btw.)

Features

  • Get CSS string from JSS
  • Convert JSS to CSS file

Installation

Please note that this package requires jss and minimist to run.

For local repository:

npm i -D @ngdangtu/jss-to-css

For global scope:

npm i -g @ngdangtu/jss-to-css

More

Please see package's wiki.