Skip to content

ESLint plugin false positive for no-unused-class-names with composes #255

@OliverJAsh

Description

@OliverJAsh

Example:

.container {
  padding: 4px;
}

.containerBordered {
  composes: container;

  border: 1px solid black;
}

container will be reported as unused, but it is used (composes: container).

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions