Move all files from tab to space

This commit is contained in:
CJ Patoilo
2020-05-17 18:41:05 -03:00
parent 9a63e760df
commit aa55a7a169
14 changed files with 290 additions and 290 deletions

View File

@@ -5,14 +5,14 @@
// Clear a float with .clearfix
.clearfix
&:after
clear: both
content: ' ' // The space content is one way to avoid an Opera bug.
display: table
&:after
clear: both
content: ' ' // The space content is one way to avoid an Opera bug.
display: table
// Float either direction
.float-left
float: left
float: left
.float-right
float: right
float: right