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

Whitespace lost when joining escaped literals #1394

Closed
xzyfer opened this issue Jul 27, 2015 · 1 comment
Closed

Whitespace lost when joining escaped literals #1394

xzyfer opened this issue Jul 27, 2015 · 1 comment

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Jul 27, 2015

foo {
  width: \10 + \20 \ ;
}

Ruby Sass

foo {
  width: \10 \20 \ ; }

LibSass

foo {
  width: \10\20 \ ; }

Spec sass/sass-spec#456

xzyfer added a commit to xzyfer/sass-spec that referenced this issue Jul 27, 2015
@xzyfer xzyfer modified the milestone: 3.4 Aug 10, 2015
@xzyfer xzyfer modified the milestones: 3.3, 3.4 Aug 24, 2015
@xzyfer xzyfer assigned xzyfer and mgreter and unassigned xzyfer Aug 24, 2015
@xzyfer
Copy link
Contributor Author

xzyfer commented Aug 24, 2015

Fixed in 3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants