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

Correctly parse !default and !global flags in assignments #765

Merged
merged 1 commit into from
Dec 26, 2014

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Dec 26, 2014

This PR fixes the parsing of !default and !global flags in assignments. The parse should handle any order or quantity of such flags.

Fixes #759. Spec added sass/sass-spec#196.

@xzyfer xzyfer added this to the 3.1 milestone Dec 26, 2014
@xzyfer xzyfer changed the title Correctly parse default and global flags in assignments Correctly parse !default and !global flags in assignments Dec 26, 2014
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0%) when pulling 7c9f657 on xzyfer:fix/asignment-parsing-too-strict into c5d37fa on sass:master.

xzyfer added a commit that referenced this pull request Dec 26, 2014
Correctly parse !default and !global flags in assignments
@xzyfer xzyfer merged commit 6125753 into sass:master Dec 26, 2014
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.

Assinging a variable with "!global !default" not working
2 participants