UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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: ''; } }