fix clearfix helepr function

This commit is contained in:
Lukas Juhas 2016-04-29 13:01:43 +01:00
parent de49d3e2cb
commit 46920b9e09
1 changed files with 8 additions and 8 deletions

View File

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