tree-responsive-settings
v0.1.4
Published
Responsive settings.
Downloads
5
Readme
Responsive
Initial breakpoint aliases and conditions.
Installation
You can install responsive
via Bower, npm, Git Submodule, or copy and paste.
Install using Bower:
$ bower install tree-responsive-settings --save
Once installed, @import
into your project in its Settings layer:
@import "bower_components/tree-responsive-settings/settings.responsive";
Install using npm:
$ npm install tree-responsive-settings --save
Install as a Git Submodule
$ git submodule add [email protected]:treeframework/settings.responsive.git
Once installed, @import
into your project in its Settings layer:
@import "settings.responsive/settings.responsive";
Install via file download
The least recommended option for installation is to simply download
_settings.responsive.scss
into your project and @import
it into your project
in its Settings layer.
Credits
- inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.