Skip to content

0.15 breaks escaped characters #79

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

Closed
mathieumg opened this issue Jun 18, 2015 · 5 comments
Closed

0.15 breaks escaped characters #79

mathieumg opened this issue Jun 18, 2015 · 5 comments

Comments

@mathieumg
Copy link

.myclass:before {
  content: "\f0e3";
}

now compiles to

.myclass:before {
  content: "f0e3";
}
@eisisig
Copy link

eisisig commented Jun 18, 2015

Having this problem

@moroshko
Copy link

I'm experiencing this problem as well.

@gitawego
Copy link

same here...can't use font icons any more...

@codeuniquely
Copy link

👍 Also the same problem - (and it persists in v 0.15.1) - All my icon fonts are now broken - rendering as 4 character strings rather than the icons

Semigradsky pushed a commit to Semigradsky/react-admin-example that referenced this issue Jun 19, 2015
Problem in css-loader@0.15.{0,1} - webpack-contrib/css-loader#79
@sokra
Copy link
Member

sokra commented Jun 19, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants