We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you have something like the following:
@font-face { font-family: "Font Name"; src: local("Arial"); unicode-range: U+270C; }
It will output with libsass as (see missing + (plus symbol)):
@font-face { font-family: "Font Name"; src: local("Arial"); unicode-range: U270C; }
In SASS 3.4.14 it outputs correctly as:
Is there a way around this, an already filed issue (couldn't find one), or known issue/not fixing?
The text was updated successfully, but these errors were encountered:
@darrylhein thanks for the report. We were not aware of this issue. I've added this into the list for the next release since it break the input CSS.
Sorry, something went wrong.
Add missing todo tests
0209d61
- sass/libsass#1459 - sass/libsass#1448 - sass/libsass#1440 - sass/libsass#1437 - sass/libsass#1413 - sass/libsass#1405 - sass/libsass#1404 - sass/libsass#1370
b37f995
mgreter
No branches or pull requests
If you have something like the following:
It will output with libsass as (see missing + (plus symbol)):
In SASS 3.4.14 it outputs correctly as:
Is there a way around this, an already filed issue (couldn't find one), or known issue/not fixing?
The text was updated successfully, but these errors were encountered: