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

rossnoble/carabiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  • Clone: git clone git@github.com:rossnoble/carabiner.git
  • Bower: bower install git@github.com:rossnoble/carabiner.git
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

About

The lightweight CSS framework designed to be tweaked and customized to fit your needs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published