Created
June 15, 2015 20:56
-
-
Save schrags08/1df6c4114b83d6505ee7 to your computer and use it in GitHub Desktop.
Revisions
-
schrags08 created this gist
Jun 15, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ // ---- // libsass (v3.2.5) // ---- $assetPath : "/assets/images"; body { margin: 0 auto; background: url(#{$assetPath}/site/background.jpg) repeat-x fixed 0 0; width: 100%; } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ body { margin: 0 auto; background: url(/assets/images/site/background.jpg) repeat-x fixed 0 0; width: 100%; }