Created
January 31, 2018 22:49
-
-
Save jeffhandley/b9504a2e44675d57da7eb073d8553141 to your computer and use it in GitHub Desktop.
Dropped Style
This file contains 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
<style> | |
my-custom-class:before { | |
top: 0px; | |
/* this renders fine */ | |
} | |
my-custom-class::before { | |
top: 0px; | |
/* this css class is not rendered */ | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment