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 42f48df commit 33eacfdCopy full SHA for 33eacfd
packages/tailwindcss/src/compile.ts
@@ -54,7 +54,7 @@ export function compileCandidates(
54
designSystem.resolveThemeValue,
55
)
56
} catch (err) {
57
- // If substitution fails then the candidate liekly contains a call to
+ // If substitution fails then the candidate likely contains a call to
58
// `theme()` that is invalid which may be because of incorrect usage,
59
// invalid arguments, or a theme key that does not exist.
60
continue
0 commit comments