The spacing-responsive module provides breakpoint-based classes for
nudging margins and paddings around responsively, e.g. .lap-mb0, .desk-mb++.
The spacing-responsive module depends on four other modules:
If you install the spacing-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 spacing-responsive module via Bower, npm, Git Submodule, or copy and
paste.
$ bower install tree-spacing-responsive --saveOnce installed, @import into your project in its Trump layer:
@import "bower_components/tree-spacing-responsive/trump.spacing-responsive";$ npm install tree-spacing-responsive --save$ git submodule add git@github.com:treeframework/trump.spacing-responsive.gitOnce installed, @import into your project in its Trump layer:
@import "trump.spacing-responsive/trump.spacing-responsive";The least recommended option for installation is to simply download
_trump.spacing-responsive.scss into your project and @import it into your
project in its Trump layer.
- inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.