2015-12-26 01:58:56 +00:00
|
|
|
|
|
|
|
|
|
// Utility
|
|
|
|
|
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
|
|
|
|
|
|
|
|
|
// Clear a float with .clearfix
|
|
|
|
|
.clearfix
|
|
|
|
|
*zoom: 1
|
|
|
|
|
|
2016-09-10 00:33:20 +00:00
|
|
|
|
&:after
|
|
|
|
|
clear: both
|
|
|
|
|
|
2015-12-26 01:58:56 +00:00
|
|
|
|
&:after,
|
|
|
|
|
&:before
|
|
|
|
|
content: ''
|
|
|
|
|
display: table
|
|
|
|
|
|
2016-09-10 00:33:20 +00:00
|
|
|
|
// Float either direction
|
|
|
|
|
.float-left
|
|
|
|
|
float: left
|
|
|
|
|
|
|
|
|
|
.float-right
|
|
|
|
|
float: right
|