css-minify
css-minify copied to clipboard
Error when minifying `content: ";";`
Trying to minify this snippet: ::after { content: ";"; } fails with the error:The following snippet: MError { message: "Invalid block at line 1", error: "\"::after { content: \\\";\\\"; }\"" }. Replacing the content to another character makes the error disappear.