Files
nl-Frobot-ui/postcss.config.js

6 lines
59 B
JavaScript
Raw Permalink Normal View History

2026-03-03 19:33:16 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}