Permalink
Please sign in to comment.
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...
Showing
with
11 additions
and 13 deletions.
- +4 −8 .rtlcssrc
- +2 −0 client/my-sites/stats/post-trends/style.scss
- +4 −4 npm-shrinkwrap.json
- +1 −1 package.json
| @@ -1,10 +1,6 @@ | ||
| { | ||
| - "options": { | ||
| - "preserveComments": true, | ||
| - "preserveDirectives": false, | ||
| - "swapLeftRightInUrl": true, | ||
| - "swapLtrRtlInUrl": true, | ||
| - "swapWestEastInUrl": false, | ||
| - "autoRename": false | ||
| - } | ||
| + "options": { | ||
| + "processUrls": { "atrule": true, "decl": false } | ||
| + } | ||
| } | ||
| + |
0 comments on commit
06c8c74