Add fixes for faulty Sass @import paths and negative values.

This commit is contained in:
MickeyKay 2014-08-22 17:00:32 -07:00
parent ba41e2222a
commit 4effd896ff
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
.content-area {
float: right;
margin: 0 0 0 -$size__site-sidebar;
margin: 0 0 0 (-$size__site-sidebar);
width: $size__site-main;
}