Commit 8eb15498 authored by Mark Otto's avatar Mark Otto

remove .hide specificity override from grid classes

parent 6bd5dc7d
...@@ -360,10 +360,6 @@ a:hover { ...@@ -360,10 +360,6 @@ a:hover {
margin-left: 8.333333333333332%; margin-left: 8.333333333333332%;
} }
[class*="span"].hide {
display: none;
}
[class*="span"].pull-right { [class*="span"].pull-right {
float: right; float: right;
} }
......
...@@ -13,10 +13,6 @@ ...@@ -13,10 +13,6 @@
#grid > .core(@grid-column-width, @grid-gutter-width, @grid-row-width); #grid > .core(@grid-column-width, @grid-gutter-width, @grid-row-width);
// Reset utility classes due to specificity // Reset utility classes due to specificity
[class*="span"].hide {
display: none;
}
[class*="span"].pull-right { [class*="span"].pull-right {
float: right; float: right;
} }
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