website/postcss.config.js

5 lines
73 B
JavaScript
Raw Permalink Normal View History

2018-01-25 11:03:20 +03:00
module.exports = {
plugins: [
require('autoprefixer')
]
}