-
Notifications
You must be signed in to change notification settings - Fork 32
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
:not([dir="rtl"]) is breaking everything #44
Comments
I think the issue is that the rule |
I created a PR #45 to fix this issue. It will depend on the body direction. |
@20lives merge please |
maybe it's better to revert to e.g. @cdes in his screenshot uses the html element. Others may place the |
Hi everyone! The last change did break a lot of stuff and I am sorry for that as well. I think that reverting to the last version is the best decision (and "forcing" you to have this will be done today, including a new release. if you think that the other solution that came up is better, let's talk about it. |
Finally fixed, use version 0.9.0. |
the change you did in the 0.8.0 is not working as you would expect. You can see a screen shot here where :not([dir="rtl"]) and [dir="rtl"] are both valid.
Although [dir="rtl"] matches the tag selector, :not([dir="rtl"]) will match the selector.
The text was updated successfully, but these errors were encountered: