The widths-responsive module is an extension of the default widths
module.
The widths-responsive module depends on four other modules:
If you install the widths-responsive module using Bower or npm, you will get
these dependencies at the same time. If not using Bower or npm, please be sure
to install and @import these dependencies in the relevant way.
You can install widths-responsive module via Bower, npm, or copy and paste.
$ bower install tree-widths-responsive --saveOnce installed, @import into your project in its Trump layer:
@import "bower_components/tree-widths-responsive/trump.widths-responsive";$ npm install tree-widths-responsive --saveThe least recommended option for installation is to simply download
_trump.widths-responsive.scss into your project and @import it into your
project in its Trump layer.
widths-responsive loops through the breakpoints defined in
settings.responsive to generate prefixed breakpoint-based classes like
u-1/4-lap-and-up, or u-1-of-2-desk, etc.
- inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.