Skip to content

False "unused selector" for SCSS Extend #50

Open
@DragonWhisperer

Description

@DragonWhisperer
<template>
  <h1 class="eng-title">hello</h1>
</template>

<style scoped lang="scss">
%title {
  font-size: 2rem;
}

.eng-title {
  @extend %title;
}
</style>

I get: The selector `%title` is unused.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions