Skip to content

Commit

Permalink
docs: trim get started snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 7, 2020
1 parent f898dd0 commit 226c3d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions GET_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,13 @@ These are all the variables available to customize the look and feel when using

```css
:root {
--rsbs-antigap-scale-y: 0;
--rsbs-backdrop-bg: rgba(0, 0, 0, 0.6);
--rsbs-backdrop-opacity: 1;
--rsbs-bg: #fff;
--rsbs-content-opacity: 1;
--rsbs-handle-bg: hsla(0, 0%, 0%, 0.14);
--rsbs-max-w: auto;
--rsbs-ml: env(safe-area-inset-left);
--rsbs-mr: env(safe-area-inset-right);
--rsbs-overlay-rounded: 16px;
--rsbs-overlay-translate-y: 0px;
--rsbs-overlay-h: 0px;
}
```

Expand Down

0 comments on commit 226c3d3

Please sign in to comment.