cake-css
v0.0.3
Published
Minimalistic and responsive tiny CSS library
Maintainers
Readme
Cake CSS
Minimalistic and responsive tiny CSS library
Usage
Just install it using Yarn or NPM.
Using Yarn
yarn add cake-cssUsing NPM
npm install cake-cssAnd then simply import the stylesheet on your index.html file.
<link rel="stylesheet" type="text/css" href="/path/to/cake/cake.min.css">Hackable
You can modify or extend whatever you want of Cake CSS, it's MIT licensed! Source code can be found on src folder.
You will need the following tools:
- Sass (Ruby)
- Gulp
Install the dependencies using NPM
npm install
Modify or extend whatever you need.
Run Gulp task
$ gulp sass
