We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfd7bd commit 18b1752Copy full SHA for 18b1752
packages/common/src/scopeSupportFacets/scss.ts
@@ -2,7 +2,7 @@ import { cssScopeSupport } from "./css";
2
import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types";
3
import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
4
5
-const { supported, unsupported } = ScopeSupportFacetLevel;
+const { supported } = ScopeSupportFacetLevel;
6
7
export const scssScopeSupport: LanguageScopeSupportFacetMap = {
8
...cssScopeSupport,
0 commit comments