skalara-core/postcss.config.js
Christopher Arraya 788b952127 initial commit
2023-11-18 21:09:24 -05:00

7 lines
82 B
JavaScript

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