Raw File
postcss.config.js
module.exports = {
    plugins: [
        require('autoprefixer')
    ]
};
back to top