We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm ls | grep rtlcss [email protected]
.some-class { cursor: ew-resize; }
.some-class { cursor: we-resize; }
we-resize is not a valid value for cursor.
we-resize
cursor
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! it's supposed to only flip:
ne-resize, nw-resize, se-resize, sw-resize, nesw-resize and nwse-resize.
ne-resize
nw-resize
se-resize
sw-resize
nesw-resize
nwse-resize
Will fix soon :)
Sorry, something went wrong.
28e864e
Fix released in 2.0.4
Thanks!
Wonderful - thank you so much for the wonderful library and the quick turn-around on this issue!
No branches or pull requests
Before
After
The problem
we-resize
is not a valid value forcursor
.The text was updated successfully, but these errors were encountered: