Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CSS comment inside of @supports incorrect CSS output #2158

Closed
zachleat opened this issue Aug 31, 2016 · 0 comments
Closed

CSS comment inside of @supports incorrect CSS output #2158

zachleat opened this issue Aug 31, 2016 · 0 comments

Comments

@zachleat
Copy link

zachleat commented Aug 31, 2016

Input:

@supports ( box-shadow: none ) {
    /* Shadow on first body column */
    .sizechart {
        position: relative;
    }
}

libsass 3.3.6

@supports (box-shadow: none) { {
    /* Shadow on first body column */
  }
  .sizechart {
    position: relative;
  }
}

Sass 3.4.21

@supports (box-shadow: none) {
  /* Shadow on first body column */
  .sizechart {
    position: relative;
  }
}

Sassmeister Link

mgreter added a commit to mgreter/sass-spec that referenced this issue Sep 2, 2016
mgreter added a commit to mgreter/sass-spec that referenced this issue Sep 2, 2016
mgreter added a commit to mgreter/libsass that referenced this issue Sep 2, 2016
@xzyfer xzyfer added this to the 3.3.7 milestone Sep 2, 2016
mgreter added a commit to mgreter/libsass that referenced this issue Sep 2, 2016
@mgreter mgreter self-assigned this Sep 2, 2016
@xzyfer xzyfer modified the milestones: 3.3.7, 3.4 Oct 20, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants