lynxkite / web /postcss.config.js
darabos's picture
Start switching to React.
7d3eca5
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}