Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanjosalvador/cakecss
Minimalistic, responsive and hackable tiny CSS library
https://github.com/juanjosalvador/cakecss
css-library tiny-library
Last synced: 8 days ago
JSON representation
Minimalistic, responsive and hackable tiny CSS library
- Host: GitHub
- URL: https://github.com/juanjosalvador/cakecss
- Owner: JuanjoSalvador
- License: mit
- Created: 2017-08-30T15:59:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T16:41:01.000Z (over 6 years ago)
- Last Synced: 2024-03-15T13:09:31.615Z (8 months ago)
- Topics: css-library, tiny-library
- Language: CSS
- Homepage: https://juanjosalvador.github.io/cakecss/
- Size: 74.2 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cake CSS
Minimalistic and responsive tiny CSS library.
Cake CSS provides you the minimum set of things you will need to start your development: a grid system, responsive layout, customizable boxes, buttons and headers, and a set of fonts. Do you need more? Cake CSS is fully hackable. Just change whatever you need or add your custom CSS!
When I say Cake CSS is a tiny library, it means it only has 2KB! Minified version, I mean.
### Install
Just install it using Yarn or NPM.
#### Using Yarn
yarn add cake-css
#### Using NPM
npm install cake-css
### Usage
And then simply import the stylesheet on your `index.html` file.
#### CDN
### Acknowledgements
Cake CSS is strongly influenced by:
* [Twitter Bootstrap](http://getboostrap.com)
* [Min CSS](http://mincss.com)Also this is possible thanks to [Coolors.co](https://coolors.co/) and their palette generator.