git clone https://github.com/codeforms/Punica-CSS-Framework.git
Get Started
It is easy to compile the Punica from source, all you need to do clone this repo locally;
Next, install official SASS package for Punica using the Node Package Manager;
Compile the Punica
And finally, you can compile the Punica using
watch
or prod
commands. The difference between prod
and watch
is the prod
command will compile the Punica then exit while the watch
command will compile the Punica then watch the files and recompile when one of them changes.
..compile the Punica then exit;
..Or compile the Punica then watch the files and recompile when one of them changes;
..Or;