| Current Path : /var/www/html/components/com_community/templates/jomsocial/scss/helpers/ |
| Current File : /var/www/html/components/com_community/templates/jomsocial/scss/helpers/_clearfix.scss |
%clearfix {
&:before, &:after {
content: " ";
display: table;
}
&:after {
clear: both;
}
}
.clearfix {
@extend %clearfix;
}