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

[less] identifier expected when using @media (@var) syntax #58

Closed
romainbraun opened this issue Dec 15, 2017 · 0 comments
Closed

[less] identifier expected when using @media (@var) syntax #58

romainbraun opened this issue Dec 15, 2017 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@romainbraun
Copy link

  • VSCode Version: Version 1.19.0-insider
  • OS Version: 10.11.6

Steps to Reproduce:

  1. Declare a less breakpoint variable like @m: ~'min-width: 750px';
  2. Use it in a less file with
    @media (@m) { // rules }

Get a [less] identifier expected error on the @m part.

@octref octref added the feature-request Request for new features or functionality label Jan 24, 2018
aeschli added a commit that referenced this issue Jan 24, 2018
Allow variables as media query feature names in LESS. Fix #58
@aeschli aeschli added this to the January 2018 milestone Jan 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants