Skip to content

Commit

Permalink
refactor: removes clear() SASS mixin
Browse files Browse the repository at this point in the history
affects: @buildit/gravity-ui-web

Gravity's provided a clearfix mixin called "clear()" so far but it was never used anywhere. Also, it
didn't follow Gravity's naming conventions. This change therefore removes it.

BREAKING CHANGE:
The clear() SASS mixin has been removed. Replace any usage of it with your own CSS clearfix.
  • Loading branch information
James Nash committed Aug 16, 2019
1 parent 7801db8 commit 6df5c7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions packages/gravity-ui-web/src/sass/01-tools/_clear.scss

This file was deleted.

1 change: 0 additions & 1 deletion packages/gravity-ui-web/src/sass/01-tools/_tools.all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// Must not output any CSS.
@import 'breakpoints';
@import 'container';
@import 'clear';
@import 'color-schemes';
@import 'decorations';
@import 'font-face';
Expand Down

0 comments on commit 6df5c7f

Please sign in to comment.