skalara-web/postcss.config.js
Christopher Arraya 299b5c4001 initial commit
2023-07-26 16:40:21 -04:00

7 lines
82 B
JavaScript

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