hs.hsadmin.ng/postcss.config.js

6 lines
74 B
JavaScript
Raw Normal View History

module.exports = {
plugins: [
require('autoprefixer')
]
}