gitter-badger / cutestrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cutestrap

A sassy, opinionated CSS Framework. A tiny alternative to Bootstrap.

Docs/Demo

Features

  • Vertical Rhythm
  • Consistent pattern for form fields
  • 8kb minified
  • Smart defaults for all default elements (Conventional)
  • CSS specificity is very low in the class hierarchy (Configurable)
  • Solid foundation for a living styleguide using KSS

Installation

To use the CSS as is, you can install using npm or bower:

npm install cutestrap
bower install cutestrap

If you want to create your own styleguide, fork the repository and modify the src and kss-html folders.

Development

You'll need npm, bower and kss-node installed (npm install -g kss).

After cloning, just run npm install && bower install && gulp.

KSS will generate the docs from the kss-html folder. The dist folder is created from the src folder.

Contributors

Contributors are welcome, just follow these few guidelines:

  • BEM for naming conventions
  • Alphabetical properties
  • Only nest for psuedo-elements

About

License:MIT License


Languages

Language:CSS 85.8%Language:JavaScript 9.1%Language:HTML 5.1%