diff --git a/docs/layout/floats/index.html b/docs/layout/floats/index.html index 97742b2fe..7136490a6 100644 --- a/docs/layout/floats/index.html +++ b/docs/layout/floats/index.html @@ -168,7 +168,7 @@

Reference

@media (--breakpoint-not-small) { .fl-ns { float: left; display: inline; } .fr-ns { float: right;display: inline; } - .fn-ns { float: none!important; } + .fn-ns { float: none; } } @media (--breakpoint-medium) { diff --git a/src/css/_floats.css b/src/css/_floats.css index 83d21c16d..81cd07851 100644 --- a/src/css/_floats.css +++ b/src/css/_floats.css @@ -39,7 +39,7 @@ @media (--breakpoint-not-small) { .fl-ns { float: left; display: inline; } .fr-ns { float: right;display: inline; } - .fn-ns { float: none!important; } + .fn-ns { float: none; } } @media (--breakpoint-medium) {