Skip to content

Instantly share code, notes, and snippets.

@abhijeetbhanjadeo
abhijeetbhanjadeo / SassMeister-input.scss
Created January 18, 2016 06:24
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
.myclass{
font-weight: bold;
font-size: 90px;
}
.myotherclass{
@abhijeetbhanjadeo
abhijeetbhanjadeo / SassMeister-input.scss
Created January 18, 2016 06:22
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
%myclass{
font-weight: bold;
font-size: 90px;
}
.myotherclass{