We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5def90 commit 515b4d4Copy full SHA for 515b4d4
build/postcss.config.js
@@ -13,8 +13,7 @@ module.exports = ctx => {
13
autoprefixer: {
14
cascade: false
15
},
16
- 'postcss-combine-duplicated-selectors': {},
17
- rtlcss: ctx.env === 'RTL' ? {} : false
+ 'postcss-combine-duplicated-selectors': {}
18
}
19
20
package.json
@@ -130,7 +130,6 @@
130
"postcss-combine-duplicated-selectors": "^10.0.3",
131
"rollup": "^2.52.2",
132
"rollup-plugin-istanbul": "^3.0.0",
133
- "rtlcss": "^3.2.0",
134
"sass": "^1.35.1",
135
"shelljs": "^0.8.4",
136
"stylelint": "^13.13.1",
0 commit comments