Function: parseBoxShadow()
function parseBoxShadow(shadow?): BoxShadowParsed | undefined;
Defined in: packages/uimatch-core/src/utils/normalize.ts:275
Parse box-shadow to extract blur and color MVP: Only parse the first shadow, only extract blur and color
Parameters
shadow?
string
box-shadow value
Returns
BoxShadowParsed | undefined
Parsed shadow with blur and color, or undefined if parsing fails