Functions
parseCSSShadow
function parseCSSShadow(value: string): ShadowCSSValues;Defined in: ui/styling/css-shadow.ts
Parse a string into ShadowCSSValues Supports any valid css box/text shadow combination.
inspired by https://github.com/jxnblk/css-box-shadow/blob/master/index.js (MIT License)
Parameters
| Parameter | Type | Description |
|---|---|---|
value | string | - |
Returns
- Previous
- makeValidator
- Next
- parseCSSStroke