Skip to content

Commit 226c3d3

Browse files
committed
docs: trim get started snippet
1 parent f898dd0 commit 226c3d3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

GET_STARTED.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,13 @@ These are all the variables available to customize the look and feel when using
6060

6161
```css
6262
:root {
63-
--rsbs-antigap-scale-y: 0;
6463
--rsbs-backdrop-bg: rgba(0, 0, 0, 0.6);
65-
--rsbs-backdrop-opacity: 1;
6664
--rsbs-bg: #fff;
67-
--rsbs-content-opacity: 1;
6865
--rsbs-handle-bg: hsla(0, 0%, 0%, 0.14);
6966
--rsbs-max-w: auto;
7067
--rsbs-ml: env(safe-area-inset-left);
7168
--rsbs-mr: env(safe-area-inset-right);
7269
--rsbs-overlay-rounded: 16px;
73-
--rsbs-overlay-translate-y: 0px;
74-
--rsbs-overlay-h: 0px;
7570
}
7671
```
7772

0 commit comments

Comments
 (0)