ein-pfeil-am-rechten-fleck.de/postcss.config.cjs

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2021-04-24 01:30:09 +02:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-10-30 21:57:44 +01:00
};