We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf1432 commit 4abfa55Copy full SHA for 4abfa55
packages/@lwc/engine-core/src/framework/template.ts
@@ -471,7 +471,7 @@ function computeHasScopedStylesInStylesheets(stylesheets: Stylesheets | undefine
471
return false;
472
}
473
474
-export function computeHasScopedStyles(template: Template, vm: VM | undefined): boolean {
+function computeHasScopedStyles(template: Template, vm: VM | undefined): boolean {
475
const { stylesheets } = template;
476
const vmStylesheets = !isUndefined(vm) ? vm.stylesheets : null;
477
0 commit comments