-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
138 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
language: node_js | ||
node_js: | ||
- "4" | ||
- "5" | ||
- "6" | ||
before_install: | ||
- npm install -g gulp | ||
before_script: | ||
- npm i | ||
- node_modules/gulp/bin/gulp.js build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,28 @@ | ||
# Comet | ||
# [<img src="http://i.imgur.com/x8MvsGz.png" />](https://marcbruederlin.github.io/comet/) | ||
|
||
A minimal and robust BEM-style CSS toolkit. | ||
[![Build Status](https://travis-ci.org/marcbruederlin/comet.svg?branch=master)](https://travis-ci.org/marcbruederlin/comet) [![dependencies Status](https://david-dm.org/marcbruederlin/comet/status.svg)](https://david-dm.org/marcbruederlin/comet) [![devDependencies Status](https://david-dm.org/marcbruederlin/comet/dev-status.svg)](https://david-dm.org/marcbruederlin/comet?type=dev) [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://github.com/marcbruederlin/comet/blob/master/LICENSE) | ||
|
||
## Installation | ||
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. | ||
|
||
[Download the latest version](https://github.com/marcbruederlin/comet/archive/master.zip) | ||
## 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 --save` | ||
- Install with Bower: `bower install comet --save` | ||
- Use the CDN: `https://npmcdn.com/comet@1.0.0/dist/comet.min.css` | ||
|
||
## Documentation | ||
- Getting Started | ||
- Typography | ||
- Tables | ||
- Buttons | ||
- Grid | ||
- Utilities | ||
- Browser Support | ||
- Customization | ||
- [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) | ||
- [Grid](https://marcbruederlin.github.io/comet/#grid-system) | ||
- [Utilities](https://marcbruederlin.github.io/comet/#utilities) | ||
- [Browser Support](https://marcbruederlin.github.io/comet/#support) | ||
- [Customization](https://marcbruederlin.github.io/comet/#customization) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.