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 in values is rendered in output #1230

Closed
ghost opened this issue May 21, 2015 · 1 comment
Closed

Whitespace in values is rendered in output #1230

ghost opened this issue May 21, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented May 21, 2015

Using compressed mode

div {
  transition-property:
    border-color,
    box-shadow,
    color;
}

renders

div{transition-property:border-color,     box-shadow,     color}

with LibSass, as opposed to

div{transition-property:border-color, box-shadow, color}

with Ruby Sass.

@xzyfer
Copy link
Contributor

xzyfer commented May 27, 2015

Thanks for the report @indrekpaas.

@xzyfer xzyfer added this to the 3.4 milestone May 27, 2015
mgreter added a commit to mgreter/libsass that referenced this issue Jun 15, 2015
@mgreter mgreter modified the milestones: 3.3, 3.4 Jun 15, 2015
@mgreter mgreter self-assigned this Jun 15, 2015
mgreter added a commit to mgreter/libsass that referenced this issue Jun 23, 2015
mgreter added a commit to mgreter/libsass that referenced this issue Jun 30, 2015
mgreter added a commit to mgreter/libsass that referenced this issue Jun 30, 2015
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Jul 8, 2015
xzyfer pushed a commit to xzyfer/libsass that referenced this issue Jul 8, 2015
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