picocss/css/postcss.config.js
Lucas Larroche 41314ab4b0 Revert "Merge branch 'master' into dev"
This reverts commit 6a6d67dbab, reversing
changes made to ba4bd765d8.
2021-12-19 09:50:55 +07:00

12 lines
No EOL
165 B
JavaScript

module.exports = {
map: {
inline: false,
annotation: true,
sourcesContent: true
},
plugins: {
autoprefixer: {
cascade: false
}
}
}