ErrLookup › tailwindlabs/tailwindcss

tailwindlabs/tailwindcss

A utility-first CSS framework for rapid UI development. · TypeScript · 253 source files

Analyzed at 16e94cbf7f on 2026-08-12. 91 documented errors.

Code / MessageTypeSeverityTags
The browser build does not support @import for "${id}"
exception error browser-build, css-import, filesystem
The browser build does not support plugins or config files.
exception error browser-build, plugins, config
Invalid value for --format: ${input}
exception error cli, argument-validation, canonicalize
The `source(${compiler.root.pattern})` does not exist or is
exception error source-detection, filesystem, config
Could not resolve '${id}' from '${base}'
exception error plugin-resolution, module-not-found, config
The path given to `source(…)` must be a directory but got `s
exception error turbopack, source-detection, filesystem
Unsupported content value: ${pattern}
exception error upgrade, config-migration, content-config
You have one or more stylesheets that are imported into a ut
exception error upgrade, css-layers, stylesheet-analysis
Cannot find any CSS files that reference Tailwind CSS. Befor
exception error upgrade, stylesheet-detection, setup
Could not find the Tailwind CSS v3 `prefix` configuration in
exception error upgrade, prefix, config-migration
No configuration file found for ${highlight(relative(start))
exception error upgrade, config-detection, setup
Tailwind CSS is not installed
exception error upgrade, dependency, environment
The path given to `source(…)` must be a directory but got `s
exception error vite, source-detection, filesystem
The path given to `source(…)` must be a directory but got `s
exception error webpack, source-detection, filesystem
You cannot use `@apply` inside `@keyframes`.
exception error apply, keyframes, css-syntax
You cannot `@apply` the `${candidate}` utility here because
exception error apply, circular-dependency, utility
Circular dependency detected: ${toCss([node])} Relies on:
exception error apply, circular-dependency, utility
You cannot use `@apply` with both mixins and utilities. Plea
exception error apply, mixins, css-syntax
The rule `@apply ${list}` must not have a body.
exception error tailwind, css, apply, syntax
Cannot apply unprefixed utility class `${candidate}`. Did yo
exception error tailwind, apply, prefix, config
Cannot apply utility class `${candidate}` because it has bee
exception error tailwind, apply, blocklist, config
Cannot apply utility class `${candidate}` because the `${unk
exception error tailwind, apply, variant, typo
Cannot apply utility class `${candidate}` because the ${unkn
exception error tailwind, apply, variant, typo
Cannot apply unknown utility class `${candidate}`. Are you u
exception error tailwind, apply, css-modules, reference, theme
Cannot apply unknown utility class `${candidate}`
exception error tailwind, apply, unknown-utility, custom-utility
Exceeded maximum recursion depth while resolving `${uri}` in
exception error tailwind, at-import, circular, recursion
`layer(…)` in an `@import` should come before any other func
exception error tailwind, at-import, layer, syntax
`@plugin` cannot be nested.
exception error tailwind, plugin, at-rule, nesting
`@plugin` must have a path.
exception error tailwind, plugin, at-rule, config
Unexpected `@plugin` option: ${toCss([decl])} `@plugin` op
exception error tailwind, plugin, at-rule, syntax
Unexpected `@plugin` option: Value of declaration `${toCss([
exception error tailwind, plugin, config, css-options
`@config` cannot have a body.
exception error tailwind, config, at-rule, syntax
`@config` cannot be nested.
exception error tailwind, config, at-rule, nesting
The plugin "${detail.path}" does not accept options
exception error tailwind, plugin, options, config
The prefix "${resolvedConfig.prefix}" is invalid. Prefixes m
exception error tailwind, prefix, config, validation
Error in the config file/plugin/preset. The `content` key co
exception error tailwind, content, config, v3-migration
Error in the config file/plugin/preset. An empty preset (`pr
exception error tailwind, presets, config, v3-migration
`addVariant('${name}')` defines an invalid variant name. Var
exception error tailwind, plugin, variant, validation
`addUtilities({ '${name}' : … })` defines an invalid utility
exception error tailwind-v4, plugin-api, addutilities, selector, compat
`matchUtilities({ '${name}' : … })` defines an invalid utili
exception error tailwind-v4, plugin-api, matchutilities, validation, compat
The --alpha(…) function requires a color and an alpha value,
exception error tailwind-v4, css-function, alpha, theme, color
The --alpha(…) function only accepts one argument, e.g.: `--
exception error tailwind-v4, css-function, alpha, argument-error
The --spacing(…) function requires an argument, but received
exception error tailwind-v4, css-function, spacing, theme
The --spacing(…) function only accepts a single argument, bu
exception error tailwind-v4, css-function, spacing, argument-error
The --spacing(…) function requires that the `--spacing` them
exception error tailwind-v4, css-function, spacing, theme, config
The --theme(…) function can only be used with CSS variables
exception error tailwind-v4, css-function, theme, css-variables
Could not resolve value for theme function: `theme(${path})`
exception error tailwind-v4, css-function, theme, resolution, fallback
Could not resolve value for theme function: `theme(${path})`
exception error tailwind-v4, css-function, theme, legacy, resolution
Invalid custom property, expected a value
exception error tailwind-v4, css-parser, custom-property, syntax-error
Invalid declaration: `${buffer.trim()}`
exception error tailwind-v4, css-parser, declaration, syntax-error
Missing opening {
exception error tailwind-v4, css-parser, bracket-mismatch, syntax-error
Missing opening (
exception error tailwind-v4, css-parser, paren-mismatch, syntax-error
Missing closing } at ${parent.selector}
exception error tailwind-v4, css-parser, unclosed-block, syntax-error
Missing closing } at ${parent.name} ${parent.params}
exception error tailwind-v4, css-parser, unclosed-block, at-rule, syntax-error
Unterminated string: ${input.slice(startIdx, i + 1) + String
exception error tailwind-v4, css-parser, string, unterminated, syntax-error
Unterminated string: ${input.slice(startIdx, i) + String.fro
exception error tailwind-v4, css-parser, string, unterminated, newline, syntax-error
No `loadModule` function provided to `compile`
exception error tailwind-v4, compile, loadmodule, plugin, config, runtime
No `loadStylesheet` function provided to `compile`
exception error configuration, compile-options, at-import, loader
`source(…)` paths must be quoted.
exception error at-tailwind, source, quoting, legacy
`@utility` cannot be nested.
exception error at-utility, nesting, structure
`@utility ${node.params}` is empty. Utilities should include
exception error at-utility, empty-block, validation
`@utility ${node.params}` defines an invalid utility name. A
exception error at-utility, functional-utility, naming, wildcard
`@utility ${node.params}` defines an invalid utility name. T
exception error at-utility, functional-utility, naming, wildcard
`@utility ${node.params}` defines an invalid utility name. U
exception error at-utility, naming, validation
`@source` cannot have a body.
exception error at-source, structure, validation
`@source` cannot be nested.
exception error at-source, nesting, structure
`@source` paths must be quoted.
exception error at-source, quoting, validation
`@custom-variant` cannot be nested.
exception error at-custom-variant, nesting, structure
`@custom-variant ${name}` defines an invalid variant name. V
exception error at-custom-variant, naming, validation, regex
`@custom-variant ${name}` cannot have both a selector and a
exception error at-custom-variant, structure, validation
`@custom-variant ${name}` has no selector or body.
exception error at-custom-variant, empty, validation
`@custom-variant ${name} (${selectors.join(',')})` selector
exception error at-custom-variant, selector, validation
Files imported with `@import "…" theme(reference)` must only
exception error at-import, theme-reference, at-reference, validation
The prefix "${themePrefix}" is invalid. Prefixes must be low
exception error at-theme, prefix, naming, regex
`@theme` blocks must only contain custom properties or `@key
exception error at-theme, structure, tokens, validation
Circular dependency detected in custom variants: ${output}
exception error at-custom-variant, circular-dependency, topological-sort
It looks like you're trying to use `tailwindcss` directly as
exception error postcss, v4-migration, configuration, default-export
Invalid theme value `${value}` for namespace `${key}`
exception error tailwindcss, theme, css, configuration, v4
The pattern `${pattern}` is not balanced.
exception error tailwindcss, brace-expansion, parsing, validation
Step cannot be zero in sequence expansion.
exception error tailwindcss, brace-expansion, sequence, parsing
`CSS.escape` requires an argument.
exception error tailwindcss, css-escape, api-compat, typescript
Cannot use `@variant` with empty variant
exception error tailwindcss, variant, css, v4, at-rule
Cannot use `@variant` with unknown variant: ${variant}
exception error tailwindcss, variant, css, v4, configuration
Cannot use `@variant` with variant: ${variant}
exception error tailwindcss, variant, css, v4, apply-variant
Unsupported libc on: ${process.platform}-${process.arch}
exception error parcel-watcher, native-binding, libc, platform, patch
Unsupported libc on: ${process.platform}-${process.arch}
exception error lightningcss, native-binding, libc, platform, patch
<stdin> has no metadata
exception error ignore, rust, walkdir, stdin, filesystem
unsupported platform
exception error ignore, rust, platform, wasm, walkdir
walkdir: same_file_system option not supported on this platf
exception error ignore, rust, platform, wasm, same-file-system
Failed to read file
panic critical tailwindcss, napi, rust, node, panic, filesystem
Input must be valid UTF-8
panic critical oxide, rust, utf-8, extractor, panic, encoding