CoastalCommitsPastes/postcss.config.js

8 lines
104 B
JavaScript
Raw Normal View History

2023-02-25 22:36:29 -08:00
module.exports = {
plugins: {
"@tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {}
}
2023-02-25 22:36:29 -08:00
}