March 2018
— Or do you mean style class props?
Like if I make
.thing { color:blue; }
Node.cssProps.color // "blue"
— I never knew about this but it works :D
document.styleSheets[0].rules
— Kind of AST-like
— cssRules, right?
cssRules
— rules works
rules
— Doesn't work for me 🤔
— I just inspected the prototype to find the methods and props
— How so? not in prototype?
— Browser?
— Yeah
— Firefox Developer Edition