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 23bba61 commit 3db1c19Copy full SHA for 3db1c19
packages/integration/src/addFileScope.ts
@@ -38,17 +38,17 @@ export function addFileScope({
38
source = dedent(`
39
import { setFileScope, endFileScope } from "@vanilla-extract/css/fileScope";
40
setFileScope("${normalizedPath}"${
41
- packageName ? `, "${packageName}"` : ''
42
- });
+ packageName ? `, "${packageName}"` : ''
+ });
43
${source}
44
endFileScope();
45
`);
46
} else {
47
48
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
49
__vanilla_filescope__.setFileScope("${normalizedPath}"${
50
51
52
53
__vanilla_filescope__.endFileScope();
54
0 commit comments