Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Nov 8, 2024
1 parent 7945d37 commit cf23066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/outputs/web/auto-complete/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const getAutoCompleteFile = (
) => {
return [
"/* DON'T USE THIS FILE IN PRODUCTION. */",
"/* THIS IS ONLY FOR YOUR IDES AUTO-COMPLETE. */",
"/* THIS IS ONLY FOR YOUR IDEs AUTO-COMPLETE. */",
"head {",
"/* DIMENSION */",
getDimensionVariables(),
Expand Down

0 comments on commit cf23066

Please sign in to comment.