Skip to content

Commit

Permalink
i18n: Update RTLCSS to 2.0.5 (#5440)
Browse files Browse the repository at this point in the history
* 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
yoavf committed May 26, 2016
1 parent cb8e429 commit 06c8c74
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
12 changes: 4 additions & 8 deletions .rtlcssrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"options": {
"preserveComments": true,
"preserveDirectives": false,
"swapLeftRightInUrl": true,
"swapLtrRtlInUrl": true,
"swapWestEastInUrl": false,
"autoRename": false
}
"options": {
"processUrls": { "atrule": true, "decl": false }
}
}

2 changes: 2 additions & 0 deletions client/my-sites/stats/post-trends/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 4 additions & 4 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 06c8c74

Please sign in to comment.