Commit 7dd72d83 authored by Jitendra Vyas's avatar Jitendra Vyas

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
parent 27677fab
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
.hidden { .hidden {
display: none !important; display: none !important;
visibility: hidden !important;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment