remove
option (thanks to @dmitrykiselyov).removeAllButFirst now operates on each CSS tree, rather than the first one
passed to the plugin.decl.value.
e.g. 10px/*test*/20px became 10px20px in decl.value but not
decl._value.raw.4.1 plugin API.!important values.