-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Describe the bug
The entier :global {} (not :global()) is dropped.
:global() works as expected.
Logs
no log.
To Reproduce
Used config:
sveltePreprocess({
sourceMap: true,
});code:
<style>
:global {
.someGlobalClass {
background-color: red;
}
}
</style>Expected behavior
output something like this:
.someGlobalClass {
background-color: red;
}Information about your project:
-
svelte-preprocessversion: 6.0.3 -
Whether your project uses Webpack or Rollup: none
AlexRMU
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested