Skip to content

Commit 58a27e8

Browse files
author
Lachlan Campbell
committed
Update floats source css
1 parent be158db commit 58a27e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/layout/floats/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
168168
@media (--breakpoint-not-small) {
169169
.fl-ns { float: left; display: inline; }
170170
.fr-ns { float: right;display: inline; }
171-
.fn-ns { float: none!important; }
171+
.fn-ns { float: none; }
172172
}
173173

174174
@media (--breakpoint-medium) {

src/css/_floats.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@media (--breakpoint-not-small) {
4040
.fl-ns { float: left; display: inline; }
4141
.fr-ns { float: right;display: inline; }
42-
.fn-ns { float: none!important; }
42+
.fn-ns { float: none; }
4343
}
4444

4545
@media (--breakpoint-medium) {

0 commit comments

Comments
 (0)