UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

17 lines (15 loc) 337 B
// mixins for clearfix // ------------------------ .clearfix() { // https://github.com/ant-design/ant-design/issues/21301#issuecomment-583955229 &::before { display: table; content: ''; } &::after { // https://github.com/ant-design/ant-design/issues/21864 display: table; clear: both; content: ''; } }