Simply displays a link without any text-decoration.
npm install tree-link-cleanThe link-clean module simply displays a link without any text-decoration.
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.
You can install link-clean module via Bower, npm, or copy and paste.
``sh`
$ bower install tree-link-clean --save
Once installed, @import into your project in its Trump layer:
`scss`
@import "bower_components/tree-link-clean/trump.link-clean";
`sh`
$ npm install tree-link-clean --save
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.
Basic usage of the link-clean module uses the required classes:
`html``
...
* 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.