restructured project folders

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-06 11:43:20 +02:00
parent 6819a2645b
commit cdc9a7cbb8
46 changed files with 13 additions and 4 deletions
@@ -0,0 +1,20 @@
/**
* DEBUG STYLES
*/
.debug{
.body { outline: 1px solid purple; }
.body:before,
.body:after { outline: 1px solid green; }
.region-break {
border-top: 1px dashed blue;
box-sizing: border-box;
}
img { outline: 1px solid blue; }
}