Files
ntspi-app/postcss.config.js
T
2024-09-19 16:06:49 +05:00

7 lines
93 B
JavaScript

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