1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

Update package.json and README

This commit is contained in:
Jenil Gogari 2017-03-30 01:27:19 -04:00
parent 413957b9f0
commit a741fd9919
2 changed files with 33 additions and 1 deletions

View File

@ -1,2 +1,25 @@
# chota
A really small CSS framework
- ⚡️  Super light-weight. Just 3kb (minified + gzipped).
- ✅  Good Semantics
- 📐  Magical 12 column grid
- 🌈  Easy to extended with CSS variables
- 🎲  Comes with a handful of components & utilities
### Get started
CDN:
```
https://unpkg.com/chota
```
npm:
```bash
npm install chota
```
---
© Jenil Gogari 2017. Code released under the [MIT license](https://github.com/jenil/chota/blob/master/LICENSE).

View File

@ -12,10 +12,19 @@
},
"keywords": [
"css",
"minimal"
"minimal",
"web"
],
"author": "Jenil Gogari",
"license": "MIT",
"homepage": "https://jenil.github.io/chota",
"repository": {
"type": "git",
"url": "git+https://github.com/jenil/chota.git"
},
"bugs": {
"url": "https://github.com/jenil/chota/issues"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"browser-sync": "^2.18.8",