Skip to content

Commit

Permalink
feat: remove clear-fix utility from layout/float
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Jan 3, 2021
1 parent e7063ed commit 7556452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/lib/non-configurable/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const display = [

const container = ['container'];

const float = ['float-right', 'float-left', 'float-none', 'clearfix'];
const float = ['float-right', 'float-left', 'float-none'];

const clear = ['clear-left', 'clear-right', 'clear-both', 'clear-none'];

Expand Down

0 comments on commit 7556452

Please sign in to comment.