Skip to content

Instantly share code, notes, and snippets.

@lisacatalano
Created October 17, 2015 18:17
Show Gist options
  • Select an option

  • Save lisacatalano/f139e5a1d784c97e2717 to your computer and use it in GitHub Desktop.

Select an option

Save lisacatalano/f139e5a1d784c97e2717 to your computer and use it in GitHub Desktop.

Revisions

  1. lisacatalano created this gist Oct 17, 2015.
    3 changes: 3 additions & 0 deletions SassMeister-input-HTML.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    <div class="box"></div>
    <div class="rounded-box"></div>
    <div class="circle"></div>
    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)
    // ----

    @mixin shape($radius, $color, $size) {
    background-color: $color;
    border-radius: $radius;
    width: $size;
    height: $size;
    }

    3 changes: 3 additions & 0 deletions SassMeister-rendered.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    <div class="box"></div>
    <div class="rounded-box"></div>
    <div class="circle"></div>