Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTLCSS results in invalid property transformation #68

Closed
svieira opened this issue Apr 25, 2016 · 3 comments
Closed

RTLCSS results in invalid property transformation #68

svieira opened this issue Apr 25, 2016 · 3 comments
Labels

Comments

@svieira
Copy link

svieira commented Apr 25, 2016

npm ls | grep rtlcss
rtlcss@2.0.2

Before

.some-class {
  cursor: ew-resize;
}

After

.some-class {
  cursor: we-resize;
}

The problem

we-resize is not a valid value for cursor.

@MohammadYounes
Copy link
Owner

MohammadYounes commented Apr 25, 2016

Thanks for reporting this! it's supposed to only flip:

ne-resize, nw-resize, se-resize, sw-resize, nesw-resize and nwse-resize.

Will fix soon :)

@MohammadYounes
Copy link
Owner

Fix released in 2.0.4

Thanks!

@svieira
Copy link
Author

svieira commented Apr 25, 2016

Wonderful - thank you so much for the wonderful library and the quick turn-around on this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants