website-2/postcss.config.js
Nick Bland f4ef664f0b
Prettier Format
+ Add in formatting config, and apply
2024-04-19 14:20:02 +10:00

7 lines
81 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};