Skip to content

Instantly share code, notes, and snippets.

@abhijeetbhanjadeo
Created January 18, 2016 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhijeetbhanjadeo/949aa56de85e5eca03de to your computer and use it in GitHub Desktop.
Save abhijeetbhanjadeo/949aa56de85e5eca03de to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
.myclass{
font-weight: bold;
font-size: 90px;
}
.myotherclass{
@extend .myclass;
color: #000000;
}
.myclass, .myotherclass {
font-weight: bold;
font-size: 90px;
}
.myotherclass {
color: #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment