pimi-launcher/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2023-06-20 16:19:36 +03:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}