diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/preboot.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index 38b81f701..b90021ebe 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -54,15 +54,15 @@ // MIXINS // ------ -// Clearfix for clearing floats like a boss +// Clearfix for clearing floats like a boss h5bp.com/q .clearfix { zoom: 1; + &:before, &:after { + display: table; + content: ""; + } &:after { - display: block; - visibility: hidden; - height: 0; clear: both; - content: "."; } } |
