Skip to content

treeframework/base.images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images

The images provides very basic styling for images (img).

Installation

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

Install using Bower:

$ bower install tree-images --save

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

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

Install using npm:

$ npm install tree-images --save

Install via file download

The least recommended option for installation is to simply download _base.images.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.