Files
Red-Bull-Tracker/postcss.config.js
T
Ned Halksworth a9a35cc751 intial commit
2026-05-15 21:36:13 +01:00

7 lines
81 B
JavaScript

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