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:
parent
413957b9f0
commit
a741fd9919
23
README.md
23
README.md
@ -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).
|
||||
|
11
package.json
11
package.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user