Learning/postcss.config.js
2023-07-23 03:14:28 +02:00

6 lines
80 B
JavaScript

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