• 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)
  • Plugin Author Alex Volkov

    (@vol4ikman)

    It will be fixed in the next plugin release.

    Thank you for the bug report!

Viewing 1 replies (of 1 total)

The topic ‘Using CSS with quotes in it’ is closed to new replies.