Frontend/postcss.config.js
2022-09-28 17:28:06 +03:00

7 lines
88 B
JavaScript
Executable File

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}