// postcss.config.js
import autoprefixer from 'autoprefixer';

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