auto_sigma_rule_generator/frontend/postcss.config.js
2025-07-08 09:10:25 -05:00

6 lines
82 B
JavaScript

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