marcbruederlin / comet

A minimal and robust BEM-style CSS toolkit.

Home Page:https://marcbruederlin.github.io/comet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status dependencies Status devDependencies Status MIT Licence

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
  • Install with npm: npm install comet-css --save
  • Install with Bower: bower install comet-css --save
  • Use the CDN: https://npmcdn.com/comet-css@1.2.0/dist/comet.min.css

Documentation

About

A minimal and robust BEM-style CSS toolkit.

https://marcbruederlin.github.io/comet/

License:MIT License


Languages

Language:CSS 95.7%Language:JavaScript 4.3%