Files
OpenFrontIO/postcss.config.js
T
2025-02-01 12:05:11 -08:00

6 lines
90 B
JavaScript

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