Created
January 13, 2016 16:43
-
-
Save imjoshdean/52975a8cb0dadff9495b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
st-example { | |
div { | |
background-color: red; | |
} | |
.dragenetered { | |
backround-color: orange !important; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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