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

Variables as properties and values for other variabels aren't recognized #23

Open
prurigro opened this issue Mar 14, 2024 · 0 comments
Open

Comments

@prurigro
Copy link

Variables that are used as parameters for non-module functions are recognized as @variable.parameter.scss function calls (that aren't modules), and when variables are declared they're recognized as @variable.scss, but when variables are used as properties or values for other variables they aren't recognized.

Examples:

$mobile-table-break-max: ($mobile-table-break - 1px);
margin: $grid-gutter-width auto;

Thanks :)

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