Searched refs:isWebColor (Results 1 – 3 of 3) sorted by relevance
10 const isWebColor = (color: string): boolean => constant19 if (typeof color === 'string' && isWebColor(color)) {
9 const isWebColor = (color) => color === 'currentcolor' || function16 if (typeof color === 'string' && isWebColor(color)) {
1 …isWebColor = (color: string): boolean =>\n color === 'currentcolor' ||\n color === 'currentColor…