Files
OpenFrontIO/postcss.config.js
T
2025-02-12 08:38:56 -08:00

7 lines
81 B
JavaScript

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