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

PUA code literal rendering #1231

Closed
ghost opened this issue May 21, 2015 · 1 comment
Closed

PUA code literal rendering #1231

ghost opened this issue May 21, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented May 21, 2015

Using compressed mode

div::before {
  content: #{"\""+\e600+"\""};
}

renders a literal character

div::before{content:}

with LibSass (demo), as opposed to

div::before{content:"\e600"}

with Ruby Sass (demo).

This was referenced May 27, 2015
@xzyfer xzyfer modified the milestone: 3.4 Aug 10, 2015
@mgreter mgreter modified the milestones: 3.3, 3.4 Sep 5, 2015
@mgreter mgreter self-assigned this Sep 5, 2015
@xzyfer
Copy link
Contributor

xzyfer commented Sep 6, 2015

Fixed via #1534

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

2 participants