1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02: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

View File

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