Install and Use
How to use it ?
Clone our git repo first
Run this command to clone
$ git clone https://github.com/rudransh61/NextGenCSS-.gitInstall all packages NOTE : - Node.js must be installed before all
$ npm installTo change the name of utility
Open the file in /src/syntax directory named as _syntax.scss
Change the key with your syntax for example :-
$syntax : (
...other code
padding : "my-padding", // Your syntax
..other code
); And at last
Build your css file
Run the ./build.sh file to build minified CSS
$ ./build.shIf you want to use the existing CSS syntax click here
Last updated
Was this helpful?