We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647e6f3 commit 78a4ca8Copy full SHA for 78a4ca8
1 file changed
README.md
@@ -22,25 +22,6 @@ And then simply import the stylesheet on your `index.html` file.
22
23
<link rel="stylesheet" type="text/css" href="/path/to/cake/cake.min.css">
24
25
-### Hackable
26
-
27
-You can modify or extend whatever you want of Cake CSS, it's MIT licensed! Source code can be found on `src` folder.
28
29
-You will need the following tools:
30
31
-* Sass (Ruby)
32
-* Gulp
33
34
-1. Install the dependencies using NPM
35
36
- npm install
37
38
-2. Add your own ingredients and customize Cake CSS as you want. See [Wiki](https://github.com/JuanjoSalvador/cakecss/wiki) for more info.
39
40
-3. Build it! But it's a cake, so... Cook it!
41
42
- $ npm run cook
43
44
### Acknowledgements
45
46
Cake CSS is srrongly influenced by:
0 commit comments