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 759ace5 commit e8b6788Copy full SHA for e8b6788
src/tasty/styles/border.ts
@@ -25,7 +25,7 @@ export function borderStyle({ border }) {
25
26
const processed = parseStyle(String(border));
27
const { values, mods, colors } =
28
- processed.groups[0] ?? ({ values: [], mods: [], colors: [] } as any);
+ processed.groups[0] ?? ({ values: [], mods: [], colors: [] } as ProcessedGroup);
29
30
const directions = filterMods(mods, DIRECTIONS);
31
const typeMods = filterMods(mods, BORDER_STYLES);
0 commit comments