UNPKG

ng-zorro-antd-yj

Version:

An enterprise-class UI components based on Ant Design and Angular

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