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

Implement correct String Schema parsing #1177

Merged
merged 1 commit into from
May 9, 2015

Conversation

mgreter
Copy link
Contributor

@mgreter mgreter commented May 8, 2015

Declaration values should be parsed as a string-schema if
it contains any interpolations. To decide this we need to
look-ahead, as we already do with selectors and mixins.

Fixes #1158

Declaration values should be parsed as a string-schema if
it contains any interpolations. To decide this we need to
look-ahead, as we already do with selectors and mixins.

Fixes sass#1158
@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 80.18% when pulling 974ae42 on mgreter:bugfix/issue_1158 into 348fde8 on sass:master.

mgreter added a commit that referenced this pull request May 9, 2015
Implement correct String Schema parsing
@mgreter mgreter merged commit 8768c44 into sass:master May 9, 2015
@mgreter mgreter deleted the bugfix/issue_1158 branch May 9, 2015 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Variable concatenation with interpolation adds a space in between
2 participants