css-minify icon indicating copy to clipboard operation
css-minify copied to clipboard

Error when minifying `content: ";";`

Open samuelpilz opened this issue 2 years ago • 0 comments

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.

samuelpilz avatar Feb 17 '23 13:02 samuelpilz