I am trying to read a custom (non-standard) CSS property, set in a stylesheet (not the inline style attribute) and get its value. Take this CSS for example:
One way would of course be to write your own CSS-parser in Javascript. But I believe that is really over the top.