Get Started

It is easy to compile the Punica from source, all you need to do clone this repo locally;
git clone https://github.com/codeforms/Punica-CSS-Framework.git
Next, install official SASS package for Punica using the Node Package Manager;
npm install
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;

npm run prod

..Or compile the Punica then watch the files and recompile when one of them changes;

npm run watch

..Or;

npm run unminify