Skip to content

Instantly share code, notes, and snippets.

@kopylovvlad
Created February 10, 2018 11:54
Show Gist options
  • Save kopylovvlad/e9f70a594574248cf95e7c4acfb51d3c to your computer and use it in GitHub Desktop.
Save kopylovvlad/e9f70a594574248cf95e7c4acfb51d3c to your computer and use it in GitHub Desktop.
$other-color: red;
$main_color: green;
div {
color: $main_color;
p {
color: $main_color;
span {
font-size: 9px;
}
}
}
p {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment