Attribute selector with empty value is purged to without value.
Input
option[value=""] {
// my css
}
Bad output
option[value] {
// my purged css
}
Expected output
option[value=""] {
// my purged css
}
Versions
I'm also having this issue with img[src=""]
Any news?
This issue should be fixed now :)
Most helpful comment
This issue should be fixed now :)