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 76151d4 commit 3b1284bCopy full SHA for 3b1284b
packages/tailwindcss/src/css-functions.ts
@@ -5,7 +5,7 @@ import { withAlpha } from './utilities'
5
import { segment } from './utils/segment'
6
import * as ValueParser from './value-parser'
7
8
-const functions: Record<string, (designSystem: DesignSystem, ...args: string[]) => any> = {
+const functions: Record<string, (designSystem: DesignSystem, ...args: string[]) => string> = {
9
'--alpha': alpha,
10
'--spacing': spacing,
11
'--theme': theme,
0 commit comments