UNPKG

ant-design-vue

Version:

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

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