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

Add support for latest syntax in @import #20

Open
romainmenke opened this issue Sep 14, 2023 · 0 comments
Open

Add support for latest syntax in @import #20

romainmenke opened this issue Sep 14, 2023 · 0 comments

Comments

@romainmenke
Copy link
Contributor

For example :

Screenshot 2023-09-14 at 15 00 28
@import url("green.css") layer supports(selector(&)) (min-width: calc(10px));

/* layer as a function */
@import url("green.css") layer(bar) supports(selector(&)) (min-width: calc(10px));

Existing things like 10px have correct syntax highlighting even in @import statement.

Missing syntax highlighting :

  • declarations in supports()
  • selectors in supports()
  • any function

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

No branches or pull requests

1 participant