Install and Use
How to use it ?
Clone our git repo first
Run this command to clone
$ git clone https://github.com/rudransh61/NextGenCSS-.git
Install all packages NOTE : - Node.js must be installed before all
$ npm install
To 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.sh
If you want to use the existing CSS syntax click here
Last updated
Was this helpful?