Closed DamianMullins closed 9 years ago
The .clearfix class is not clearing when applied to an element.
.clearfix
Inside _utils.scss, the &:after selector contains the invalid property clearfix.
&:after
clearfix
The clearfix property should be renamed to clear.
clear
Issue
The
.clearfix
class is not clearing when applied to an element.Cause
Inside _utils.scss, the
&:after
selector contains the invalid propertyclearfix
.Fix
The
clearfix
property should be renamed toclear
.