3 lines
87 B
JavaScript
3 lines
87 B
JavaScript
import autoprefixer from "autoprefixer";
|
|
export default { plugins: [autoprefixer()] };
|