2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-05 22:52:25 +03:00
Files
vue-tribute/postcss.config.js
T
Collin Henderson 03dc35436b Initial v2 commit
2022-01-24 09:40:45 -05:00

7 lines
82 B
JavaScript

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