Permalink
Browse files

i18n: Update RTLCSS to 2.0.5 (#5440)

* update rtlcss to 2.0.5

* update config to match new format. Also: prevent a new issue from popping up on post trends arrows
  • Loading branch information...
1 parent cb8e429 commit 06c8c74ee17a555c5b9225e1a3c197375509e37f @yoavf yoavf committed May 26, 2016
Showing with 11 additions and 13 deletions.
  1. +4 −8 .rtlcssrc
  2. +2 −0 client/my-sites/stats/post-trends/style.scss
  3. +4 −4 npm-shrinkwrap.json
  4. +1 −1 package.json
View
@@ -1,10 +1,6 @@
{
- "options": {
- "preserveComments": true,
- "preserveDirectives": false,
- "swapLeftRightInUrl": true,
- "swapLtrRtlInUrl": true,
- "swapWestEastInUrl": false,
- "autoRename": false
- }
+ "options": {
+ "processUrls": { "atrule": true, "decl": false }
+ }
}
+
@@ -81,13 +81,15 @@
text-align: right;
}
+/*rtl:begin:ignore*/
.post-trends__scroll-left {
left: 0px;
}
.post-trends__scroll-right {
right: 0px;
}
+/*rtl:end:ignore*/
.post-trends__month {
font-size: 0;
View
@@ -2774,16 +2774,16 @@
"version": "1.0.0"
},
"rtlcss": {
- "version": "1.6.1",
+ "version": "2.0.5",
"dependencies": {
"minimist": {
"version": "0.0.8"
},
"mkdirp": {
- "version": "0.5.0"
+ "version": "0.5.1"
},
"postcss": {
- "version": "4.1.16"
+ "version": "5.0.21"
},
"source-map": {
"version": "0.4.4"
@@ -3511,4 +3511,4 @@
"version": "3.27.0"
}
}
-}
+}
View
@@ -92,7 +92,7 @@
"react-tap-event-plugin": "0.2.1",
"redux": "3.0.4",
"redux-thunk": "1.0.0",
- "rtlcss": "1.6.1",
+ "rtlcss": "2.0.5",
"sanitize-html": "1.11.1",
"semver": "5.1.0",
"source-map": "0.1.39",

0 comments on commit 06c8c74

Please sign in to comment.