UNPKG

@fesjs/fes-design

Version:
14 lines (13 loc) 203 B
// mixins for clearfix // ------------------------ .clearfix() { zoom: 1; &::before, &::after { display: table; content: ''; } &::after { clear: both; } }