Skip to content

vendor prefixes deep inside at-rules should be marked #222

@bartveneman

Description

@bartveneman

example

@media (-ms-high-contrast: active) {}
     ---^

ast:

StyleSheet (1)

    value: null
    children:
        Atrule (3)
            name: "media"
            children:
                AtrulePrelude (40)
                    value: null
                    children:
                        MediaQuery (32)
                            value: null
                            children:
                                Feature (33)
                                    property: "-ms-high-contrast" <-- THIS ONE -->
                                    value: null
                                    children:
                                        Identifier (10)
                                            name: ""
                                            value: null
                Block (7)
                    value: null
  • set has_vendor_prefix on true for the identifier
  • Also, why is name empty here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions