Skip to content

Instantly share code, notes, and snippets.

@abhijeetbhanjadeo
Created January 18, 2016 06:22
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/39c0dfd87cfb1fce2b8b to your computer and use it in GitHub Desktop.
Save abhijeetbhanjadeo/39c0dfd87cfb1fce2b8b 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;
}
.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