diff --git a/sass/_Utility.sass b/sass/_Utility.sass new file mode 100644 index 0000000..535144f --- /dev/null +++ b/sass/_Utility.sass @@ -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