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

Invalid output when semicolon is omitted in the last attribute #1568

Closed
tiago opened this issue Sep 22, 2015 · 0 comments
Closed

Invalid output when semicolon is omitted in the last attribute #1568

tiago opened this issue Sep 22, 2015 · 0 comments

Comments

@tiago
Copy link

tiago commented Sep 22, 2015

test.scss:

body {
    font-weight: bold; // test
    font-size: 10px // test
}

Ruby Sass (3.4.18):

body {
  font-weight: bold;
  font-size: 10px; }

SassC (3.3.0-beta1) with LibSass (3.3.0-beta2-2-g997c):

body {
  font-weight: bold;
  font-size: 10px // test; }
@tiago tiago changed the title Invalid output with comment when semicolon is omitted in the last attribute Invalid output when semicolon is omitted in the last attribute Sep 22, 2015
saper added a commit to saper/sass-spec that referenced this issue Sep 23, 2015
saper added a commit to saper/sass-spec that referenced this issue Sep 23, 2015
@xzyfer xzyfer added this to the 3.3.1 milestone Sep 29, 2015
mgreter added a commit to mgreter/libsass that referenced this issue Oct 22, 2015
@mgreter mgreter modified the milestones: 3.3, 3.3.1 Oct 22, 2015
@mgreter mgreter self-assigned this Oct 22, 2015
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Oct 26, 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

4 participants