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 7ee600f commit 7fd49e7Copy full SHA for 7fd49e7
1 file changed
src/lib/default-config.ts
@@ -112,7 +112,8 @@ export const getDefaultConfig = () => {
112
...scaleUnambiguousSpacing(),
113
] as const
114
const scaleColor = () => [themeColor, isArbitraryVariable, isArbitraryValue] as const
115
- const scaleGradientStopPosition = () => [isPercent, isArbitraryLength] as const
+ const scaleGradientStopPosition = () =>
116
+ [isPercent, isArbitraryVariableLength, isArbitraryLength] as const
117
const scaleRadius = () =>
118
[
119
// Deprecated since Tailwind CSS v4.0.0
0 commit comments