Skip to content

treeframework/base.links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

links

The links module is a high level module which styles global links.

Dependencies

The links module depends on one other module:

If you install the links module using Bower or npm, you will get these dependencies at the same time. If not using Bower or npm, please be sure to install and @import these dependencies in the relevant way.

Installation

You can install the sprite module via Bower, npm, or copy and paste.

Install using Bower:

$ bower install tree-links --save

Once installed, @import into your project in its Base layer:

@import "bower_components/tree-links/base.links";

Install using npm:

$ npm install tree-links --save

Install via file download

The least recommended option for installation is to simply download _base.links.scss into your project and @import it into your project in its Base layer.

Credits

  • inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.