Skip to content

Instantly share code, notes, and snippets.

@tourdefran
Created February 26, 2015 14:18
Show Gist options
  • Select an option

  • Save tourdefran/daabcb048ae376bef3f9 to your computer and use it in GitHub Desktop.

Select an option

Save tourdefran/daabcb048ae376bef3f9 to your computer and use it in GitHub Desktop.

Revisions

  1. tourdefran created this gist Feb 26, 2015.
    6 changes: 6 additions & 0 deletions SassMeister-input-HTML.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <html>
    <head></head>
    <body>
    <p>larilalala</p>
    </body>
    </html>
    14 changes: 14 additions & 0 deletions SassMeister-input.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    // ----
    // Sass (v3.4.12)
    // Compass (v1.0.3)
    // ----

    $font-stack: Helvetica, sans-serif;
    $primary-color: #ff0000;
    $bg-color: #333;

    body {
    font: 100% $font-stack;
    color: $primary-color;
    background-color: $bg-color;
    }
    5 changes: 5 additions & 0 deletions SassMeister-output.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    body {
    font: 100% Helvetica, sans-serif;
    color: #ff0000;
    background-color: #333;
    }
    6 changes: 6 additions & 0 deletions SassMeister-rendered.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <html>
    <head></head>
    <body>
    <p>larilalala</p>
    </body>
    </html>