cal/postcss.config.js
2021-03-22 13:48:48 +00:00

7 lines
82 B
JavaScript

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