Skip to content

treeframework/settings.responsive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.