Skip to content

Instantly share code, notes, and snippets.

@jeffhandley
Created January 31, 2018 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffhandley/b9504a2e44675d57da7eb073d8553141 to your computer and use it in GitHub Desktop.
Save jeffhandley/b9504a2e44675d57da7eb073d8553141 to your computer and use it in GitHub Desktop.
Dropped Style
<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