Move rtlcss to postcss.config.js

This commit is contained in:
XhmikosR 2020-11-19 15:55:32 +02:00
parent edfa103444
commit eb618393e3
2 changed files with 4 additions and 3 deletions

View file

@ -12,7 +12,8 @@ module.exports = ctx => {
plugins: {
autoprefixer: {
cascade: false
}
},
rtlcss: ctx.env === 'RTL' ? {} : false
}
}
}