Hello, I have a quick question about a CSS propert...
# javascript
d
Hello, I have a quick question about a CSS property. In the PropertiesBuilder from csstype I would like to set willChange to transform. But willChange = ident("transform") is marked as invalid. What is the correct way to set the property?
t
Looks like issue 😉
Fix expected in next release
Fix released in
pre.509
d
Thank you very much for the quick solution! 👍 The new version is already in use.
t
And you can use
PropertyName
enum instead of string
d
Good tip, I didn't know that