Skip to content

Instantly share code, notes, and snippets.

@khamer
Created February 4, 2021 14:01
Show Gist options
  • Save khamer/756ee9cb87c48ff11c9162d368c10349 to your computer and use it in GitHub Desktop.
Save khamer/756ee9cb87c48ff11c9162d368c10349 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
header.primary,
header.secondary {
@extend %header;
}
%header {
color: navy;
margin-bottom: 1rem;
&.primary {
font-size: 3rem;
}
&.secondary {
font-size: 2.5rem;
}
}
header.primary,
header.secondary {
color: navy;
margin-bottom: 1rem;
}
header.primary {
font-size: 3rem;
}
header.secondary {
font-size: 2.5rem;
}
{
"sass": {
"compiler": "dart-sass/1.26.11",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment