Closed andrepolischuk closed 6 years ago
closing this one, it will be taken care of in the other PR's, please let me know if we forget something.
Btw. core now supports !important using array syntax like this: ['red', '!important']
, potentially we could introduce a plugin that converts from 'red !important' to array, but considered !important shouldn't be needed at all, I think it is a too rare case to make it into the default preset or core.
element.style[property] = value
don't apply values with!important
. I think we need check/cache values without important and return with it.