Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (39 loc) · 1.17 KB

README.mdown

File metadata and controls

52 lines (39 loc) · 1.17 KB

Carabiner

Carabiner is a collection of lightweight CSS boilerplate components that uses Sass. It's an unopionated framework designed to be modified and altered to fit your needs.

All of the files includes in the library are designed to be modified and altered as you craft the look and feel of user interface.

What's included

- variables.scss
- reset.scss
- grid.scss
- grid-tablet.scss
- grid-mobile.scss
- colors.scss
- utils.scss
- print.scss
- form.scss
- text.scss
- button.scss
- tables.scss
- badges.scss
- flash.scss

The grid is a modified version of the one included in Matthew Hartmans's wonderful base framework.

Install

Clone or install the library, then copy the files into your project.

cp carabiner/base/* /your/assets/directory

Then import the components you want to use into your Sass files. See main.scss for an example.

// your-project.scss

@import 'base/variables';
@import 'base/utils';
@import 'base/reset';

// Other components you want