web-extension-starter/postcss.config.js
Abhijith Vijayan [FLUXON] 692a97d2c0 feat: initial rewrite
2025-06-23 02:22:09 +05:30

8 lines
108 B
JavaScript

import autoprefixer from 'autoprefixer';
export default {
plugins: [
autoprefixer(),
],
};