UNPKG
ant-table-ext
Version:
latest (2.13.1)
2.13.1
2.13.0
2.12.0
An extended table based on ant table
github.com/toyang/ant-table-ext
toyang/ant-table-ext
ant-table-ext
/
lib
/
style
/
mixins
/
clearfix.less
17 lines
(16 loc)
•
234 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// mixins for clearfix // ------------------------
.clearfix
() {
zoom
:
1
; &
:before
, &
:after
{
content
:
" "
;
display
: table; } &
:after
{
clear
: both;
visibility
: hidden;
font-size
:
0
;
height
:
0
; } }