cake-css

0.0.3 • Public • Published

Cake CSS

Minimalistic and responsive tiny CSS library

Usage

Just install it using Yarn or NPM.

Using Yarn

yarn add cake-css

Using NPM

npm install cake-css

And 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
  1. Install the dependencies using NPM

    npm install

  2. Modify or extend whatever you need.

  3. Run Gulp task

    $ gulp sass

Package Sidebar

Install

npm i cake-css

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • jsalvador