framework1/postcss.config.js

6 lines
68 B
JavaScript
Raw Normal View History

2024-10-24 16:15:06 +08:00
module.exports = {
plugins: [
require('autoprefixer')()
]
}