Skip to content

Commit 4b1d284

Browse files
authored
Add missing "CSS."
@jxnblk This is the fix I mentioned. TODO: We should do a typecheck of this package in CI. Most of the complex stuff.
1 parent bc05406 commit 4b1d284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/css/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ interface OverwriteCSSProperties {
412412
*/
413413
borderRadius?: CSS.BorderRadiusProperty<string | number>
414414

415-
/**
415+
/**
416416
* The **`z-index`** CSS property sets the z-order of a positioned element and its descendants or flex items. Overlapping elements with a larger z-index cover those with a smaller one.
417417
*
418418
* **Initial value**: `auto`
@@ -423,7 +423,7 @@ interface OverwriteCSSProperties {
423423
*
424424
* @see https://developer.mozilla.org/docs/Web/CSS/z-index
425425
*/
426-
zIndex?: ZIndexProperty | string;
426+
zIndex?: CSS.ZIndexProperty | string
427427
}
428428

429429
/**

0 commit comments

Comments
 (0)