https://github.com/marcbruederlin/comet
A minimal and robust BEM-style CSS toolkit.
https://github.com/marcbruederlin/comet
bem-methodology css-framework customizable extensible minimalist
Last synced: about 2 months ago
JSON representation
A minimal and robust BEM-style CSS toolkit.
- Host: GitHub
- URL: https://github.com/marcbruederlin/comet
- Owner: marcbruederlin
- License: mit
- Created: 2016-07-12T16:39:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T08:53:37.000Z (over 8 years ago)
- Last Synced: 2025-03-24T00:05:01.998Z (2 months ago)
- Topics: bem-methodology, css-framework, customizable, extensible, minimalist
- Language: CSS
- Homepage: https://marcbruederlin.github.io/comet/
- Size: 380 KB
- Stars: 20
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [
](https://marcbruederlin.github.io/comet/)
[](https://travis-ci.org/marcbruederlin/comet) [](https://david-dm.org/marcbruederlin/comet) [](https://david-dm.org/marcbruederlin/comet?type=dev) [](https://github.com/marcbruederlin/comet/blob/master/LICENSE)
Comet is a minimal and robust CSS toolkit for clean and fast web apps.
It's written with the BEM methodology in mind for a more structured and
readable code. No unnecessary styles are added, so you can spend more
time building things and less time overriding.## Installation
There are several ways to get started:
- [Download the latest version](https://github.com/marcbruederlin/comet/archive/master.zip)
- Install with npm: `npm install comet-css --save`
- Install with Bower: `bower install comet-css --save`
- Use the CDN: `https://npmcdn.com/[email protected]/dist/comet.min.css`## Documentation
- [Getting Started](https://marcbruederlin.github.io/comet/#getting-started)
- [Typography](https://marcbruederlin.github.io/comet/#typography)
- [Blockquotes](https://marcbruederlin.github.io/comet/#blockquotes)
- [Code](https://marcbruederlin.github.io/comet/#codes)
- [Lists](https://marcbruederlin.github.io/comet/#lists)
- [Tables](https://marcbruederlin.github.io/comet/#tables)
- [Buttons](https://marcbruederlin.github.io/comet/#buttons)
- [Forms](https://marcbruederlin.github.io/comet/#forms)
- [Grid](https://marcbruederlin.github.io/comet/#grid-system)
- [Utilities](https://marcbruederlin.github.io/comet/#utilities)
- [Misc](https://marcbruederlin.github.io/comet/#misc)
- [Browser Support](https://marcbruederlin.github.io/comet/#support)
- [Customization](https://marcbruederlin.github.io/comet/#customization)
- [Comet UI](https://marcbruederlin.github.io/comet/#comet-ui)