tools.autoprefixer
- Type:
Object | Function - Default:
You can modify the config of autoprefixer by tools.autoprefixer.
Object Type
When tools.autoprefixer is configured as Object type, it is merged with the default config through Object.assign. For example:
Function Type
When tools.autoprefixer is a Function, the default config is passed as the first parameter and can be directly modified or returned as the final result. For example: