style: let grid element floats after other div (specificity fix)

This commit is contained in:
Frédéric Péters 2016-07-28 10:54:12 +02:00
parent 7a1e7ad175
commit 3b33e6ec80
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ div.grid {
width: 100%;
}
}
body div + div.grid-#{$j}-#{$i}, /* more specific than & + div above*/
div div.grid-#{$j}-#{$i} {
clear: none;
&.newline {