The visible module simply displays content as block.
The visible module depends on one other module:
If you install the visible 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 visible module via Bower, npm, or copy and paste.
$ bower install tree-visible --saveOnce installed, @import into your project in its Trump layer:
@import "bower_components/tree-visible/trump.visible";$ npm install tree-visible --saveThe least recommended option for installation is to simply download
_trump.visible.scss into your project and @import it into your project
in its Trump layer.
Basic usage of the visible module uses the required classes:
<ul class="u-visible">
<li>...</li>
<li>...</li>
<li>...</li>
</ul>To turn responsive feature on, set switch to true (before you @import the file):
$tree-enable-visible--responsive: true;
@import "bower_components/tree-visible/trump.visible";For example:
<ul class="u-visible@palm">
<li>...</li>
<li>...</li>
<li>...</li>
</ul>- inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.