Drop the .clearfix (old "fix" float stuff)

This commit is contained in:
djmaze 2021-11-08 22:03:31 +01:00
parent e417a2801b
commit d64cfb96ad
5 changed files with 11 additions and 27 deletions

View file

@ -6,21 +6,6 @@
// UTILITY MIXINS
// --------------------------------------------------
// Clearfix
// --------
// For clearing floats like a boss h5bp.com/q
.clearfix {
&::before,
&::after {
display: table;
content: "";
// Fixes Opera/contenteditable bug:
// http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952
line-height: 0;
clear: both;
}
}
// Webkit-style focus
// ------------------
.tab-focus() {