server/assets/postcss.config.js

8 lines
123 B
JavaScript
Raw Permalink Normal View History

2022-06-03 12:50:06 +00:00
module.exports = {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
}
}