Skip to content

jochenstu/trumps.widths

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Widths

The inuitcss widths module is a simple file of helper classes to drop widths onto elements such as grid systems.

Install using Bower:

$ bower install --save inuit-widths

inuitcss’ widths classes are available in one of two formats. The default format is fraction-like, e.g.: <div class="1/2">.

The other available format is spoken-word, e.g. <div class="one-half">. Enable this by predefining the $inuit-use-fractions feature switch, e.g.:

$inuit-use-fractions:    false;
@import "path/to/trumps.widths";

About

A series of helper classes for dealing with widths

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%