Skip to content

Instantly share code, notes, and snippets.

@imjoshdean
Created January 13, 2016 16:43
Show Gist options
  • Save imjoshdean/52975a8cb0dadff9495b to your computer and use it in GitHub Desktop.
Save imjoshdean/52975a8cb0dadff9495b to your computer and use it in GitHub Desktop.
st-example {
div {
background-color: red;
}
.dragenetered {
backround-color: orange !important;
}
}
st-example {
div {
background-color: red;
&.dragentered {
background-color: orange;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment