We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<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.
The selector `%title` is unused.