Merge pull request #21 from lukasjuhas/v2

Correct clearfix helper
This commit is contained in:
Lukas Juhas 2016-04-29 13:04:50 +01:00
commit 7650101416

View file

@ -31,7 +31,7 @@
} }
.clearfix { .clearfix {
@extend clearfix; @include clearfix();
} }