Skip to content

Commit b8cfb5a

Browse files
committed
Add missing CSS.
1 parent f49db0d commit b8cfb5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/css/src/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ interface OverwriteCSSProperties {
411411
* @see https://developer.mozilla.org/docs/Web/CSS/border-radius
412412
*/
413413
borderRadius?: CSS.BorderRadiusProperty<string | number>
414-
415-
/**
414+
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)