11 lines
284 B
Stylus
11 lines
284 B
Stylus
/* Clearing
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||
|
||
/* Self Clearing Goodness */
|
||
.container:after,
|
||
.row:after,
|
||
.u-cf {
|
||
content: "";
|
||
display: table;
|
||
clear: both; }
|