Skip to content

Instantly share code, notes, and snippets.

@gregwhitworth
Created February 28, 2017 01:39
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 gregwhitworth/b3135bb9775ca7e73882e474a499201e to your computer and use it in GitHub Desktop.
Save gregwhitworth/b3135bb9775ca7e73882e474a499201e to your computer and use it in GitHub Desktop.
custom-props-get-prop.js
var myComponent = document.getElementsByClassName('my-component')[0];
var cs = getComputedStyle(myComponent);
cs.getPropertyValue('--primary');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment