skbeta/postcss.config.js
Christopher Arraya c55ab3d49e initial commit
2024-01-13 20:55:51 -05:00

7 lines
82 B
JavaScript

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