Skip to content

Instantly share code, notes, and snippets.

@charlimmelman
Created June 19, 2021 10:08
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 charlimmelman/d5ca72da8b0cd56bab13854e3c15dd2f to your computer and use it in GitHub Desktop.
Save charlimmelman/d5ca72da8b0cd56bab13854e3c15dd2f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$primary: #666666;
$secondary: #c9c9c9;
$accent: #006600;
.header {
width: 100%;
min-height: 100px;
background-color: $primary;
color: $secondary;
};
.main {
font-size: 40px;
text-align: center;
}
.content {
height: 300px;
background-color: $accent;
}
.header {
width: 100%;
min-height: 100px;
background-color: #666666;
color: #c9c9c9;
}
.main {
font-size: 40px;
text-align: center;
}
.content {
height: 300px;
background-color: #006600;
}
{
"sass": {
"compiler": "dart-sass/1.32.12",
"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