compass/compass/postcss.config.js
2024-04-23 21:05:09 -04:00

7 lines
95 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};