UNPKG

antd

Version:

一个 UI 设计语言

16 lines 233 B
// mixins for clearfix // ------------------------ .clearfix() { zoom: 1; &:before, &:after { content: " "; display: table; } &:after { clear: both; visibility: hidden; font-size: 0; height: 0; } }