0.1.4 • Published 10 years ago

tree-responsive-settings v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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 git@github.com: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.