1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-23 19:08:25 +02:00
upscayl/postcss.config.js

7 lines
82 B
JavaScript
Raw Normal View History

2022-08-15 06:53:14 +02:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}