icons/previewer/postcss.config.js
2023-04-17 15:06:43 +02:00

7 lines
82 B
JavaScript

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