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