Cake is a tiny and hackable CSS library. You can modify whatever you want or add more components using SCSS.
- Node.js (current LTS will be fine)
- npm
Install all the dependencies using npm install
. That installs node-sass
, a lib that Cake needs to build.
- Get the actual
.scss
file in thesrc
folder, or create a new one (if you really need it!). - Write your code. You can use
test/quickfix.css
andtest/index.html
files for testing/development purposes. - There are 2 possible ways:
- New file created. Add the new file to
src/cake.scss
under the list of modules. The last one will be your new module. - File modified. Just sit down and admire your job.
- Run the building script!
$ npm run cook
- Take a coffee, you deserve it.