cassette
cassette copied to clipboard
CSS: content: "“"; error
Double quotation marks within a CSS content property are being replaced with "�" char on output.
Example CSS:
blockquote p::after {
content: "“";
}
Running v1.2.1
Thanks for reporting this. We'll need to check on how the asset transformers are encoding and decoding.
What version of Cassette are you using? I can't reproduce in v2.
v1.2.1, latest from NuGet. Didn't realise v2 was out, else I would've tested against it.
On 20 September 2012 12:36, Andrew Davey [email protected] wrote:
What version of Cassette are you using? I can't reproduce in v2.
— Reply to this email directly or view it on GitHubhttps://github.com/andrewdavey/cassette/issues/308#issuecomment-8713445.
Here's the documentation for upgrading to v2: http://getcassette.net/documentation/v2/upgrading-from-v1-to-v2