alex-kinokon / jsx-dom

Use JSX to create DOM elements.
BSD 3-Clause "New" or "Revised" License
277 stars 30 forks source link

fix: support CSS custom properties in style attribute #90

Closed kyubisation closed 1 year ago

kyubisation commented 1 year ago

CSS custom properties (variables) must be assigned with the setProperty method.

alex-kinokon commented 1 year ago

Please add a test

kyubisation commented 1 year ago

Amended. If the formatting is not to your liking, I can adapt it.

alex-kinokon commented 1 year ago

Thanks, I’ll get back to you soon.

alex-kinokon commented 1 year ago

Published as 8.0.7

kyubisation commented 1 year ago

@alex-kinokon Thank you for the release 😃