Skip to content

Instantly share code, notes, and snippets.

@podo
Created April 11, 2013 06:27
Show Gist options
  • Save podo/5361182 to your computer and use it in GitHub Desktop.
Save podo/5361182 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