Move rtlcss to postcss.config.js
This commit is contained in:
parent
edfa103444
commit
eb618393e3
2 changed files with 4 additions and 3 deletions
|
|
@ -12,7 +12,8 @@ module.exports = ctx => {
|
|||
plugins: {
|
||||
autoprefixer: {
|
||||
cascade: false
|
||||
}
|
||||
},
|
||||
rtlcss: ctx.env === 'RTL' ? {} : false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue