les-particules-org/postcss.config.mjs

8 lines
107 B
JavaScript
Raw Permalink Normal View History

2024-01-15 21:02:47 +00:00
import autorprefixer from "autoprefixer";
export default {
plugins: [
autorprefixer
],
};