For example: `text-shadow: 0 0 7px #ff0000bd;` is converted to: `text-shadow:0 0 7px #f00bd` which is invalid
For example:
text-shadow: 0 0 7px #ff0000bd;is converted to:text-shadow:0 0 7px #f00bdwhich is invalid