Skip to content

Support @property declarations #50

@jedrichards

Description

@jedrichards

The following code reports a lint error, with this plugin. It would be nice to support the @property declaration though, both inline, and via any declarations found via importFrom.

@property --color {
  initial-value: #f00;
  syntax: '<color>';
}

.thing {
  color: var(--color);
}

Thank you!

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