364f57dd8c
- Removes some occurences of bad auto-prefixing selectors
5 lines
68 B
JavaScript
Executable file
5 lines
68 B
JavaScript
Executable file
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {}
|
|
}
|
|
};
|