mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
8 lines
108 B
JavaScript
8 lines
108 B
JavaScript
import autoprefixer from 'autoprefixer';
|
|
|
|
export default {
|
|
plugins: [
|
|
autoprefixer(),
|
|
],
|
|
};
|