Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 683 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 683 Bytes

Getup

A very minimal CSS framework, consisting of:

  • Normalize
  • Some useful default SASS variables
  • A range of utility classes and placeholders such as %clearfix and %visuallyhidden
  • A simple grid system (based on Twitter Bootstrap)

Getting Started

Installation with Bower

Add the the following to your bower.json dependencies section:

"getup": "[email protected]:clubstudioltd/getup.git#~3.1.0"

Run bower install and be sure to import the source files into your projects CSS. e.g.

@import 'vendor/bower_components/getup/src/sass/getup';

That’s it. You should now have access to the helper classes, mixins and functions that Getup provides.