Files
radio-otherway/postcss.config.js
2023-01-30 14:05:41 +00:00

7 lines
82 B
JavaScript

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