You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[My VS Code is displaying a lot of errors on my templates when I try to use `x`...](#my-vs-code-is-displaying-a-lot-of-errors-on-my-templates-when-i-try-to-use-x)
33
35
-[My `typescript` compilation is sloooooooow](#my-typescript-compilation-is-sloooooooow)
@@ -101,13 +103,15 @@ Use a `:global` rule to only expose parts of the stylesheet:
101
103
102
104
```html
103
105
<stylelang="scss">
104
-
.scoped-style {}
106
+
.scoped-style {
107
+
}
105
108
106
109
:global {
107
110
@import 'global-stylesheet.scss';
108
111
109
112
.global-style {
110
-
.global-child-style {}
113
+
.global-child-style {
114
+
}
111
115
}
112
116
}
113
117
</style>
@@ -224,7 +228,7 @@ Which allows to write your component like:
0 commit comments