code-origin/admin/postcss.config.js

7 lines
92 B
JavaScript
Executable File

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