Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use style.setProperty() to set style properties.
When using custom css properties the syntax `style.property = 'value'` does not work for custom css properties. Using `style.setProperty()` instead allows custom css properties to be used. Fixes elm-lang/html/issues/129
- Loading branch information