Using CSS with quotes in it
-
The plugin doesn’t seem to like any CSS in the custom CSS section that has the ‘ or ” character in it. It tries to escape the character every time the CSS is saved so you end up with things like this after a while:
.aicon_link:after {
content: \\\\\’\\\\\’;
}This should be updated to not escape those characters in the CSS.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using CSS with quotes in it’ is closed to new replies.