CoastalCommitsPastes/postcss.config.js

8 lines
104 B
JavaScript
Raw Normal View History

2023-02-26 01:36:29 -05:00
module.exports = {
plugins: {
"@tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {}
}
2023-02-26 01:36:29 -05:00
}