UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

18 lines (17 loc) 280 B
// mixins for clearfix // ------------------------ .clearfix() { zoom: 1; &::before, &::after { display: table; white-space: initial; content: ' '; } &::after { clear: both; height: 0; font-size: 0; visibility: hidden; } }