diff options
| author | Jitendra Vyas <[email protected]> | 2015-02-05 13:28:22 +0530 |
|---|---|---|
| committer | Jitendra Vyas <[email protected]> | 2015-02-05 13:28:22 +0530 |
| commit | 7dd72d83fab7394dee7326c0a6214374ec796ff6 (patch) | |
| tree | 707561d2f1603dc1858cc0f93934a6c4313dd884 /less | |
| parent | 27677fab5b704d8c61c4561dd7dd55d54fbcc8f2 (diff) | |
| download | bootstrap-7dd72d83fab7394dee7326c0a6214374ec796ff6.tar.xz bootstrap-7dd72d83fab7394dee7326c0a6214374ec796ff6.zip | |
Removed visibility: hidden !important from .hidden class
This .hidden was taken from HTML 5 Boilerplate and yesterday we discussed on twitter that visibility: hidden !important can be removed now. https://twitter.com/jitendravyas/status/562940090553733121
Diffstat (limited to 'less')
| -rw-r--r-- | less/utilities.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/utilities.less b/less/utilities.less index a26031214..7a8ca27a8 100644 --- a/less/utilities.less +++ b/less/utilities.less @@ -44,7 +44,6 @@ .hidden { display: none !important; - visibility: hidden !important; } |
