kriszyp / xstyle

A declarative, reactive framework that extends CSS

Home Page:http://kriszyp.github.com/xstyle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unicode codes are being parsed into characters

stdavis opened this issue · comments

Having issues with unicode strings again with the latest version.

This

.glyphicon-search:before {
content: "\e003";
}

is being built into this:

.glyphicon-search:before {
content: "";
}

c1ef663 is the commit that this bug starts showing up in in my tests.