Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://jenil.github.io/chota/
A micro (3kb) CSS framework
https://jenil.github.io/chota/
css framework front-end minimal web website
Last synced: 3 months ago
JSON representation
A micro (3kb) CSS framework
- Host: GitHub
- URL: https://jenil.github.io/chota/
- Owner: jenil
- License: mit
- Created: 2017-03-30T05:02:14.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T09:39:24.000Z (about 1 year ago)
- Last Synced: 2024-07-25T21:16:51.506Z (4 months ago)
- Topics: css, framework, front-end, minimal, web, website
- Language: HTML
- Homepage: https://jenil.github.io/chota/
- Size: 368 KB
- Stars: 1,372
- Watchers: 25
- Forks: 99
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-css - Chota - A responsive, customizable micro-framework (3kb) with helpful utilities and a grid system. (Frameworks :art: / Editor's Draft :black_nib:)
- awesome-css-frameworks - Docs
README
- ⚡️ Super light-weight. Just ~3kb (minified + gzipped).
- ⛔️ No preprocessor, just plug-n-play
- 📐 Magical 12 column [grid](https://jenil.github.io/chota/#grid)
- 🌈 Easy to [extend](https://jenil.github.io/chota/#customizing) with CSS variables
- 🎲 Comes with a handful of [components](https://jenil.github.io/chota/#components) & [utilities](https://jenil.github.io/chota/#utilities)
- ✅ Good Semantics
- 🤡 Supports icons from [Icongram](https://icongr.am/)
### Get started
CDN:
```html```
npm or yarn:
```bash
npm install chota
```#### SASS support
Chota is designed keeping in mind *ease-of-use* and *minimalism*, hence it doesn't use any preprocessor or complex build process. If you would still like to extend it further using SASS, head to [palmiak's fork](https://github.com/palmiak/chota).
## Browsers support
| [](http://godban.github.io/browsers-support-badges/)
IE / Edge | [](http://godban.github.io/browsers-support-badges/)
Firefox | [](http://godban.github.io/browsers-support-badges/)
Chrome | [](http://godban.github.io/browsers-support-badges/)
Safari | [](http://godban.github.io/browsers-support-badges/)
iOS Safari | [](http://godban.github.io/browsers-support-badges/)
Samsung | [](http://godban.github.io/browsers-support-badges/)
Opera |
| --------- | --------- | --------- | --------- | --------- | --------- | --------- |
| IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions## Contributing
Welcome! Please see our [contributing guidelines](https://github.com/jenil/chota/blob/master/.github/CONTRIBUTING.md).## License
© Jenil Gogari 2017-present. Code released under the [MIT license](https://github.com/jenil/chota/blob/master/LICENSE).