Skip to content

Instantly share code, notes, and snippets.

@schrags08
Created June 15, 2015 20:56
Show Gist options
  • Select an option

  • Save schrags08/1df6c4114b83d6505ee7 to your computer and use it in GitHub Desktop.

Select an option

Save schrags08/1df6c4114b83d6505ee7 to your computer and use it in GitHub Desktop.

Revisions

  1. schrags08 created this gist Jun 15, 2015.
    11 changes: 11 additions & 0 deletions SassMeister-input.scss
    Original 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%;
    }
    5 changes: 5 additions & 0 deletions SassMeister-output.css
    Original 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%;
    }