diff options
| author | Mark Otto <[email protected]> | 2012-02-16 22:04:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-16 22:04:11 -0800 |
| commit | 6f6adfb52fc2f6043f84ac4fab876592c00b2894 (patch) | |
| tree | 006fa82300b984ff6cf8cd8913b9b5d151e6c77e /less | |
| parent | 268e7d67abb32ed5cfc575c71f03d635672e781c (diff) | |
| download | bootstrap-6f6adfb52fc2f6043f84ac4fab876592c00b2894.tar.xz bootstrap-6f6adfb52fc2f6043f84ac4fab876592c00b2894.zip | |
change clearfix mixin to drop parens that prevent it from being a class, too
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 96af8219d..3cf1a3704 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -9,7 +9,7 @@ // Clearfix // -------- // For clearing floats like a boss h5bp.com/q -.clearfix() { +.clearfix { *zoom: 1; &:before, &:after { |
