diff options
Diffstat (limited to 'less/utilities.less')
| -rw-r--r-- | less/utilities.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/less/utilities.less b/less/utilities.less index ae2ae4be2..a26031214 100644 --- a/less/utilities.less +++ b/less/utilities.less @@ -38,6 +38,16 @@ } +// Hide from screenreaders and browsers +// +// Credit: HTML5 Boilerplate + +.hidden { + display: none !important; + visibility: hidden !important; +} + + // For Affix plugin // ------------------------- |
