fix clearfix helepr function

This commit is contained in:
Lukas Juhas 2016-04-29 13:01:43 +01:00
parent de49d3e2cb
commit 46920b9e09

View file

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