Files
smart-table/postcss.config.js

5 lines
65 B
JavaScript
Raw Normal View History

2020-02-04 12:45:11 +08:00
module.exports = {
plugins: [
require('autoprefixer')
]
}