Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.05 KB

File metadata and controls

48 lines (31 loc) · 1.05 KB

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.