public/sass/mixins/utils/clearfix.scss (12 lines of code) (raw):

@import "palette.scss"; @import "dimensions.scss"; @import "typography.scss"; @mixin clearfix() { &:before, &:after { content: " "; display: table; } &:after { clear: both; } }