followgraph/postcss.config.js

7 wiersze
82 B
JavaScript
Czysty Zwykły widok Historia

2022-12-20 13:50:49 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}