Skip to content

Instantly share code, notes, and snippets.

@L2L2L
Forked from podo/gist:5361182
Created July 23, 2018 13:57
Show Gist options
  • Save L2L2L/ca4b3693cc13bfad1c1aa2bffbf1864f to your computer and use it in GitHub Desktop.
Save L2L2L/ca4b3693cc13bfad1c1aa2bffbf1864f to your computer and use it in GitHub Desktop.
Get Pseudo-Element Properties with JavaScript
var color = window.getComputedStyle(
document.querySelector('.element'), ':before'
).getPropertyValue('color')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment