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

Extra newline inserted with semicolon in missing #57

Closed
xzyfer opened this issue Dec 5, 2016 · 1 comment
Closed

Extra newline inserted with semicolon in missing #57

xzyfer opened this issue Dec 5, 2016 · 1 comment
Labels
bug cosmetic Doesn't affects CSS semantics
Milestone

Comments

@xzyfer
Copy link

xzyfer commented Dec 5, 2016

Test using the npm package

@media all and (min-width: 100px) {
  @import "https://example.org"
}

Ruby Sass

@media all and (min-width: 100px) {
  @import "https://example.org";
}

Dart Sass 1.0.0-alpha.4

@media all and (min-width: 100px) {
  @import "https://example.org"
;
}
@nex3 nex3 added bug cosmetic Doesn't affects CSS semantics labels Dec 9, 2016
@nex3 nex3 added this to the 1.0.0 milestone Dec 9, 2016
@nex3
Copy link
Contributor

nex3 commented Jul 7, 2017

It looks like this is no longer occurring.

@nex3 nex3 closed this as completed Jul 7, 2017
nex3 added a commit that referenced this issue May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cosmetic Doesn't affects CSS semantics
Projects
None yet
Development

No branches or pull requests

2 participants