Closed
Description
When parsing arbitrary css file, I often have to deal with ie specific css such as
.class { /* Some IE specific code */ *property: value; }
These properties should be ignored as comment as they are not standard css and aim to patch the same property designed for compliant browser.
The other option would be to allow * characters as valid starting character for a property name. It could be simpler, and output the same css code.
If you are interested in having such feature, I can implement the latter.
Metadata
Metadata
Assignees
Labels
No labels