pantoken / plugins/postcss/props-minify/src / FlattenPropertyOptions
Interface: FlattenPropertyOptions
Beta
Options for flattenProperty.
Properties
injectSelector?
optionalinjectSelector?:string
Beta
The selector of the rule that receives the extracted --name: value declarations.
Default Value
":root"
onMissingInitialValue?
optionalonMissingInitialValue?:"remove"|"keep"
Beta
What to do with an @property at-rule that has no initial-value descriptor.
"remove"— drop the at-rule (default)."keep"— leave it in the output untouched.
Default Value
"remove"