fusepilot / parcel-plugin-cep-starter

Starter template for parcel-cep-plugin, a zero configuration CEP extension builder for Parcel.
MIT License
13 stars 10 forks source link

Fix setting doc.bod.style.background (requires int, not float) #2

Closed zlovatt closed 6 years ago

zlovatt commented 6 years ago

Using document.body.style.background with rgb requires that the rgb values are int, not float; see https://www.w3schools.com/html/html_colors.asp

Found that the colour wasn't setting until they were parsed as int, or rounded.