-
Notifications
You must be signed in to change notification settings - Fork 150
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
chore(deps): update stylus to 0.59.0 #553
Comments
Hey @katriellucas 👋 we don't force a specific stylus version. |
I'm experiencing the same issue. Caret (^) doesn't apply the same way to major version 0 the same way as it does to 1 or above major versions. Here's an article about it: https://michaelsoolee.com/npm-pre-1-caret-rules/ Error output:
|
PR for this welcome! The one doing that should manually check that the latest stylus version still works with our preprocessor API, and if so, change the peerDependency to |
Is your feature request related to a problem? Please describe.
Level 4 CSS selector do not work on Stylus 0.55.0, (this was added on 0.58.0), since Stylus didn't reach 1.0 yet, major versions are still in middle numbers and being ignored, as of now, there is already a year gap since the latest release.
Describe the solution you'd like
Update Stylus to 0.59.0
Describe alternatives you've considered
There is no alternative solutions, it just has to be updated, maybe add support for minor versions?
How important is this feature to you?
Note: Important, level 4 selector are used in part of my components, they don't work without them.
Additional context
Nothing to add.
The text was updated successfully, but these errors were encountered: