-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
The content property allows for an alternative text value which is not supported in Firefox and Safari. A library that I'm using works around this issue by including a content value twice. This is to ensure a sort icon is always displayed regardless of browser support.
Using the latest version of CSSO (5.0.5) breaks this icon display for all browsers since the duplicate content value is removed.
Input
.test:before {
content: "▲";
content: "▲"/"";
}Output
.test:before{content:"▲"/""}Expected
.test:before{content:"▲";content:"▲"/""}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels