2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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
+2 -1
View File
@@ -12,7 +12,8 @@ module.exports = ctx => {
plugins: {
autoprefixer: {
cascade: false
}
},
rtlcss: ctx.env === 'RTL' ? {} : false
}
}
}