inuit-widths-responsive-generator v0.1.3
Widths-responsive Generator
The inuitcss widths-responsive-generator module is an extension of the widths-generator
module.
This module completely replace the default widths-responsive
module of inuitcss. So it's not necessary to load both the default widths-responsive module
and the widths-responsive-generator module.
Installation
Install using Bower:
$ bower install --save inuit-widths-responsive-generatorInstall using npm:
$ npm install --save inuit-widths-responsive-generatorConfiguration
widths-responsive-generator will inherit the same settings used for widths-generator (i.e.
namespaces and fraction vs. spoken-word format).
widths-responsive-generator loops through the breakpoints defined in
settings.responsive to generate prefixed breakpoint-based classes. If you are
using inuitcss’ default breakpoints, you will be given classes like
lap-and-up-1/4, or desk-one-half, etc.
Licence
MIT © Etienne Magnier
11 years ago