0.3.0 • Published 9 years ago

tree-link-clean v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

link-clean

The link-clean module simply displays a link without any text-decoration.

Dependencies

The link-clean module depends on one other module:

If you install the link-clean 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 link-clean module via Bower, npm, or copy and paste.

Install using Bower:

$ bower install tree-link-clean --save

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

@import "bower_components/tree-link-clean/trump.link-clean";

Install using npm:

$ npm install tree-link-clean --save

Install via file download

The least recommended option for installation is to simply download _trump.link-clean.scss into your project and @import it into your project in its Trump layer.

Usage

Basic usage of the link-clean module uses the required classes:

<a class="u-link-clean" href="#">...</a>

Credits

  • SUIT CSS link utilities SUIT CSS is a reliable and testable styling methodology for component-based UI development.

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

0.3.0

9 years ago

0.2.0

9 years ago

0.1.5

9 years ago