folder structure organization. used stylus over css, for easy imports

This commit is contained in:
yosh
2014-12-23 00:44:49 +00:00
parent 2a7e6adcbc
commit 0e987a2aa9
26 changed files with 1103 additions and 419 deletions

View File

@ -0,0 +1,10 @@
/* Clearing
*/
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both; }