Skip to content

Commit 0edf7c8

Browse files
authored
Update fileScope error link to documentation (#792)
1 parent b6b7a5e commit 0edf7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/css/src/fileScope.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function getFileScope(): FileScope {
3131
Styles were unable to be assigned to a file. This is generally caused by one of the following:
3232
3333
- You may have created styles outside of a '.css.ts' context
34-
- You may have incorrect configuration. See https://vanilla-extract.style/documentation/setup
34+
- You may have incorrect configuration. See https://vanilla-extract.style/documentation/getting-started
3535
`,
3636
);
3737
}

0 commit comments

Comments
 (0)