Hidden
The hidden
module simply hides content.
The hidden
module depends on one other module:
If you install the hidden
module using Bower or npm, you will get these
dependencies at the same time. If not using Bower, please be sure to install
and @import
these dependencies in the relevant way.
You can install hidden
module via Bower, npm, or copy and paste.
$ bower install tree-hidden --save
Once installed, @import
into your project in its Trump layer:
@import "bower_components/tree-hidden/trump.hidden";
$ npm install tree-hidden --save
The least recommended option for installation is to simply download
_trump.hidden.scss
into your project and @import
it into your project
in its Trump layer.
Basic usage of the hidden
module uses the required classes:
<ul class="u-hidden">
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
To turn responsive feature on, set switch to true (before you @import
the file):
$tree-enable-hidden--responsive: true;
@import "bower_components/tree-hidden/trump.hidden";
For example:
<ul class="u-hidden@palm">
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
- inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.