Files
mixyboos/postcss.config.cjs
Fergal Moran 882deff65c Initial commit
2023-05-06 19:13:44 +01:00

9 lines
107 B
JavaScript

const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
module.exports = config;