Blame view
client/stylesheets/sass/globals/_extends.scss
197 Bytes
cabe1c46e
|
1 |
/* |
5f6f6fbb0
|
2 3 |
Clearfix via http://nicolasgallagher.com/micro-clearfix-hack |
cabe1c46e
|
4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
*/ %clearfix { *zoom: 1; &:before, &:after { display: table; content: ""; } &:after { clear: both; } } |