folder structure organization. used stylus over css, for easy imports
This commit is contained in:
10
src/styl/utilities/clearing.styl
Normal file
10
src/styl/utilities/clearing.styl
Normal file
@ -0,0 +1,10 @@
|
||||
/* Clearing
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
|
||||
/* Self Clearing Goodness */
|
||||
.container:after,
|
||||
.row:after,
|
||||
.u-cf {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
Reference in New Issue
Block a user