Skip to content

Ignore properties starting with * #51

Closed
@arteymix

Description

@arteymix

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions