Editing: postcss.config.js
Kembali
'use strict' module.exports = () => ({ map: { inline: false, annotation: true, sourcesContent: true }, plugins: { autoprefixer: { cascade: false } } })
SIMPAN PERUBAHAN