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 2111653 commit f5dbd57Copy full SHA for f5dbd57
src/radial.ts
@@ -129,5 +129,5 @@ export function parseRadialGradient(input: string): RadialResult {
129
130
function isColor(v: string) {
131
if (/(circle|ellipse|at)/.test(v)) return false
132
- return /^(rgba?|hwb|hsl|lab|lch|oklab|color|#|[a-zA-Z]+)/.test(v)
+ return /^(rgba?|hwb|hsla?|lab|lch|oklab|color|#|[a-zA-Z]+)/.test(v)
133
}
0 commit comments