Skip to content

Commit 58155b6

Browse files
docs: added example updating namespace scss variable (#1078)
1 parent fb21022 commit 58155b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

www/docs/theming.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ configuration syntax: https://sass-lang.com/documentation/at-rules/use#configura
1515

1616
```scss title="my-theme.scss"
1717
@use "react-widgets/styles.scss" with (
18-
$input-height: 2.5em
18+
$input-height: 2.5em,
19+
// Most component variables are forwarded with a namespace
20+
$list-selected-bg: #49c6de,
1921
);
2022
```
2123

0 commit comments

Comments
 (0)