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

Fixes #3430: Removed unnecessary 'important' from NamespaceValue. #3431

Merged
merged 1 commit into from
Sep 23, 2019

Conversation

batchunag
Copy link
Contributor

!important keyword was being parsed inside VariableCall, which was unnecessary and leads to the bug. Instead, we can check/parse it along with the declaration parser.
Similar logic may apply to mixin-call but couldn't reproduce a bad case.

@matthew-dean matthew-dean merged commit ea71dde into less:master Sep 23, 2019
@matthew-dean
Copy link
Member

@batchunag Looks good, 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

Successfully merging this pull request may close these issues.

2 participants