3
0
mirror of https://github.com/Qortal/ear-bump.git synced 2025-01-30 06:42:20 +00:00
ear-bump/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}