This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
0.5.4
- Handles inline style values with "!important". It used to parse out the value with !important, which would fail when snabbdom tries setting the value since setting `el.style.color = 'red !important' is invalid.