0.1.4 • Published 11 years ago
tree-responsive-settings v0.1.4
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 --saveOnce 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 --saveInstall as a Git Submodule
$ git submodule add git@github.com:treeframework/settings.responsive.gitOnce 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.