utility created
This commit is contained in:
parent
26bde2420f
commit
5124edd5f5
22
sass/_Utility.sass
Normal file
22
sass/_Utility.sass
Normal file
@ -0,0 +1,22 @@
|
||||
|
||||
// Utility
|
||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
|
||||
// Float either direction
|
||||
.float-right
|
||||
float: right
|
||||
|
||||
.float-left
|
||||
float: left
|
||||
|
||||
// Clear a float with .clearfix
|
||||
.clearfix
|
||||
*zoom: 1
|
||||
|
||||
&:after,
|
||||
&:before
|
||||
content: ''
|
||||
display: table
|
||||
|
||||
&:after
|
||||
clear: both
|
Loading…
Reference in New Issue
Block a user