oswaldoacauan / ghostium

A Ghost theme focused on content based on Medium design/ux.
https://ghost.org/?lmref=our-LA
MIT License
1.27k stars 382 forks source link

Clearfix class is broken. #152

Closed DamianMullins closed 9 years ago

DamianMullins commented 9 years ago

Issue

The .clearfix class is not clearing when applied to an element.

Cause

Inside _utils.scss, the &:after selector contains the invalid property clearfix.

Fix

The clearfix property should be renamed to clear.