computed-variables icon indicating copy to clipboard operation
computed-variables copied to clipboard

Easy to use event-driven CSS variables

Results 2 computed-variables issues
Sort by recently updated
recently updated
newest added

I have a textarea called #input ![chrome_2019-03-17_19-39-50](https://user-images.githubusercontent.com/206498/54501701-7392e800-48ec-11e9-8784-ab2b7c790c19.jpg) CSS: ``` #input { font-size: 1rem; color: white; border: 0px solid black; padding-right: 1rem; margin-right: 1rem; outline: none; font-family: inherit; flex-grow: 1; background-color:...

As we get closer to Houdini implementation, it would be great if this could include an addition for `CSS.registerProperty`. Great work on this, love the idea.