Files
undefined.behavio.rs/postcss.config.js
2024-02-01 01:12:12 -06:00

7 lines
106 B
JavaScript

module.exports = {
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {},
}
}