We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be158db commit 58a27e8Copy full SHA for 58a27e8
docs/layout/floats/index.html
@@ -168,7 +168,7 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
168
@media (--breakpoint-not-small) {
169
.fl-ns { float: left; display: inline; }
170
.fr-ns { float: right;display: inline; }
171
- .fn-ns { float: none!important; }
+ .fn-ns { float: none; }
172
}
173
174
@media (--breakpoint-medium) {
src/css/_floats.css
@@ -39,7 +39,7 @@
39
40
41
42
43
44
45
0 commit comments