You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.