-
Notifications
You must be signed in to change notification settings - Fork 463
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 quotes around "normal" line-height in font shorthand property #1570
Comments
Testcase added with sass/sass-spec#512 |
Looks like 06ad34e is the one that broke it |
|
xzyfer
added a commit
to xzyfer/sass-spec
that referenced
this issue
Sep 27, 2015
This PR activates specs for sass/libsass#1570
My mistake. |
I have a fix for this. Will publish when I'm home. |
xzyfer
added a commit
to xzyfer/sass-spec
that referenced
this issue
Sep 30, 2015
This PR activates specs for sass/libsass#1570
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a regression in 3.3.0 beta from 3.2.5
Specifying
font: <font-size>/<line-height> <font-family>
works fine, but adding of the other properties to thefont
shorthand results in quotes around theline-height
when thenormal
keyword is used. This is considered invalid by the browser (at least in Chrome and Firefox) and property is ignored.Input:
Output libsass 3.2.5:
Output libsass 3.3.0-beta2:
The text was updated successfully, but these errors were encountered: