fix: postcss.config.js for css files

This commit is contained in:
Lucas Larroche 2022-10-15 17:34:58 +07:00
parent 759296f211
commit b925edd95a
28 changed files with 1 additions and 27 deletions

12
css/postcss.config.js Normal file
View file

@ -0,0 +1,12 @@
module.exports = {
map: {
inline: false,
annotation: true,
sourcesContent: true
},
plugins: {
autoprefixer: {
cascade: false
}
}
}