Cleanup SCSS

This commit is contained in:
Michael Rose
2016-03-10 11:13:54 -05:00
parent dd6d29ba76
commit caefcce729
21 changed files with 1114 additions and 1385 deletions

View File

@@ -2,15 +2,6 @@
Grid mixins
========================================================================== */
/*
Define number of columns in the grid
Common values would be 12, 16 or 24
========================================================================== */
$width: 100%;
$def_grid: 12;
$margin: 0;
@mixin container(){
margin:0 auto;
width:$width;