UNPKG

modo-mobile

Version:

A mobile UI toolkit, based on React

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