UNPKG
responsivewebframework
Version:
latest (2.0.0)
2.0.0
Jalasoft Foundation Front End Framework ========================================
responsivewebframework
/
src
/
less
/
clearfix.less
19 lines
(15 loc)
•
272 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
Clear
fix
.clearfix
:after
,
.form-group
:before
,
.form-group
:after
{
content
:
" "
;
display
: table; }
.clearfix
:after
,
.form-group
:after
{
clear
: both; }
/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
.cf
{ *
zoom
:
1
; }