NCORE_Smart_Firewall/postcss.config.js

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2024-12-19 05:53:50 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};