tree-images

Base image styles.


Keywords
oocss, css
License
MIT
Install
bower install tree-images

Documentation

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.