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

Sass/Scss - Issue with the Sass map and @each rule #1924

Closed
andrewhathaway opened this issue Jan 11, 2016 · 2 comments
Closed

Sass/Scss - Issue with the Sass map and @each rule #1924

andrewhathaway opened this issue Jan 11, 2016 · 2 comments
Assignees
Labels
css-less-scss Issues and items concerning CSS,Less,SCSS styling

Comments

@andrewhathaway
Copy link

Wasn't sure how to phrase this one so forgive me for the bad name, however I will explain!

I have two issues with VSC currently complaining about the following lines (arrow indicates red squiggly line).

$pushes: (
  alpha : 40px,
//      ^
  beta : 30px,
//     ^
  gamma : 25px
);

The first arrows message is: ") expected" and the second "} expected".

@each $spacingName, $spacingValue in $pushes {
//                ^
  @include pushes($spacingName);
}

The arrows message is "in expected".

Hope this makes sense. Thanks.

@isidorn isidorn added the css-less-scss Issues and items concerning CSS,Less,SCSS styling label Jan 11, 2016
@aeschli
Copy link
Contributor

aeschli commented Jan 12, 2016

The map syntax is not yet supported. Duplicate of #1758

@aeschli aeschli closed this as completed Jan 12, 2016
@andrewhathaway
Copy link
Author

Any estimation on when this will be supported? Thanks.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
css-less-scss Issues and items concerning CSS,Less,SCSS styling
Projects
None yet
Development

No branches or pull requests

3 participants