Skip to content

Instantly share code, notes, and snippets.

@joshuacrass
Created September 12, 2018 06:18
Show Gist options
  • Save joshuacrass/fc5cfbc28f24b934dd41567ef93c3782 to your computer and use it in GitHub Desktop.
Save joshuacrass/fc5cfbc28f24b934dd41567ef93c3782 to your computer and use it in GitHub Desktop.
webpack-scss app.scss
// Define a color variable
$color-sassy: #cc4397;
$color-blue: #0059ff;
.app {
color: $color-blue;
font-size: 2rem;
text-align: center;
.sassyDiv {
font-size: 3rem;
color: $color-sassy;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment