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

CSS variable go to definition does not follow Sass/Less @import's #6820

Closed
Tyriar opened this issue May 24, 2016 · 3 comments
Closed

CSS variable go to definition does not follow Sass/Less @import's #6820

Tyriar opened this issue May 24, 2016 · 3 comments
Labels
css-less-scss Issues and items concerning CSS,Less,SCSS styling *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented May 24, 2016

#6656

Create a.scss:

:root {
  --css-var: red;
}

Create b.scss:

@import "a";

a {
  background-color: var(--css-var);
}

Go to definition on --css-var doesn't work.

@Tyriar Tyriar added the css-less-scss Issues and items concerning CSS,Less,SCSS styling label May 24, 2016
@sandy081 sandy081 added the feature-request Request for new features or functionality label May 25, 2016
@sandy081 sandy081 removed their assignment May 25, 2016
@sandy081 sandy081 added this to the Backlog milestone May 25, 2016
@sandy081
Copy link
Member

I do not think we are currently supporting imported variables. Making it a feature request.

@sandy081 sandy081 reopened this May 25, 2016
@Tyriar Tyriar changed the title CSS variable go to definition does not follow Sass @import's CSS variable go to definition does not follow Sass/Less @import's Sep 17, 2016
@mattez
Copy link

mattez commented Sep 29, 2016

This looks like a DUPLICATE: #6734

@Tyriar Tyriar closed this as completed Sep 29, 2016
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 29, 2016
@Tyriar
Copy link
Member Author

Tyriar commented Sep 29, 2016

Thanks @mattez

@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 *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants