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

Stylus doesn't handle @supports with native selector statement #2738

Open
hmalaud opened this issue Nov 15, 2022 · 0 comments
Open

Stylus doesn't handle @supports with native selector statement #2738

hmalaud opened this issue Nov 15, 2022 · 0 comments
Labels

Comments

@hmalaud
Copy link

hmalaud commented Nov 15, 2022

To reproduce:

@supports selector(:has(*))

Current behavior:

CSS's @supports allows to specify selector in order to test not for properties but for selector capability of browser, which messes with Stylus' built-in selector function.

Expected behavior:

Stylus should compile properly and not interfere.

Environment information:

  • stylus version: 0.59.0
  • nodejs version: v18.0.0
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