Skip to content

Instantly share code, notes, and snippets.

@ElmahdiMahmoud
Created March 20, 2014 08:44
Show Gist options
  • Select an option

  • Save ElmahdiMahmoud/9659658 to your computer and use it in GitHub Desktop.

Select an option

Save ElmahdiMahmoud/9659658 to your computer and use it in GitHub Desktop.

Revisions

  1. ElmahdiMahmoud created this gist Mar 20, 2014.
    11 changes: 11 additions & 0 deletions SassMeister-input.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    // ----
    // Sass (v3.3.3)
    // Compass (v1.0.0.alpha.18)
    // ----

    #{headings()} {
    a,
    a:hover {
    color: inherit;
    }
    }
    9 changes: 9 additions & 0 deletions SassMeister-output.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    h1 a,
    h1 a:hover, h2 a,
    h2 a:hover, h3 a,
    h3 a:hover, h4 a,
    h4 a:hover, h5 a,
    h5 a:hover, h6 a,
    h6 a:hover {
    color: inherit;
    }