From eb618393e3509d850ed15c47ff78757afa2d5fce Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 19 Nov 2020 15:55:32 +0200 Subject: Move rtlcss to postcss.config.js --- build/postcss.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/postcss.config.js b/build/postcss.config.js index ef416258f7..b179a0e77c 100644 --- a/build/postcss.config.js +++ b/build/postcss.config.js @@ -12,7 +12,8 @@ module.exports = ctx => { plugins: { autoprefixer: { cascade: false - } + }, + rtlcss: ctx.env === 'RTL' ? {} : false } } } -- cgit v1.2.3