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

Output of unicode ranges removes the + (symbol) #1459

Closed
darrylhein opened this issue Aug 21, 2015 · 1 comment
Closed

Output of unicode ranges removes the + (symbol) #1459

darrylhein opened this issue Aug 21, 2015 · 1 comment

Comments

@darrylhein
Copy link

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:

@font-face {
  font-family: "Font Name";
  src: local("Arial");
  unicode-range: U+270C;
}

Is there a way around this, an already filed issue (couldn't find one), or known issue/not fixing?

@xzyfer xzyfer self-assigned this Aug 21, 2015
@xzyfer xzyfer added this to the 3.3 milestone Aug 21, 2015
@xzyfer
Copy link
Contributor

xzyfer commented Aug 21, 2015

@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.

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

3 participants