You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/content/4.2/components/alert.mdx
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,6 +334,48 @@ React Alert component can also be easily dismissed. Just add the `dismissible` p
334
334
</p>
335
335
</CCallout>
336
336
337
+
## Customizing
338
+
339
+
### CSS variables
340
+
341
+
React alerts use local CSS variables on `.alert` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
React badges use local CSS variables on `.badges` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
Copy file name to clipboardExpand all lines: packages/docs/content/4.2/components/breadcrumb.mdx
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,50 @@ Since react breadcrumbs provide navigation, it's useful to add a significant lab
118
118
119
119
For more information, see the [WAI-ARIA Authoring Practices for the breadcrumb pattern](https://www.w3.org/TR/wai-aria-practices/#breadcrumb).
120
120
121
+
## Customizing
122
+
123
+
### CSS variables
124
+
125
+
React breadcrumbs use local CSS variables on `.breadcrumb` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
Copy file name to clipboardExpand all lines: packages/docs/content/4.2/components/button.mdx
+105Lines changed: 105 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -397,6 +397,111 @@ Additional utilities can be used to adjust the alignment of buttons when horizon
397
397
</div>
398
398
```
399
399
400
+
## Customizing
401
+
402
+
### CSS variables
403
+
404
+
React buttons use local CSS variables on `.btn` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
Copy file name to clipboardExpand all lines: packages/docs/content/4.2/components/callout.mdx
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,58 @@ Callout component is prepared for any length of text, as well as an optional ele
92
92
</p>
93
93
</CCallout>
94
94
95
+
## Customizing
96
+
97
+
### CSS variables
98
+
99
+
React callouts use local CSS variables on `.callout` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
Copy file name to clipboardExpand all lines: packages/docs/content/4.2/components/card.mdx
+59Lines changed: 59 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1664,6 +1664,65 @@ Just like with card groups, card footers will automatically line up.
1664
1664
</CRow>
1665
1665
```
1666
1666
1667
+
1668
+
## Customizing
1669
+
1670
+
### CSS variables
1671
+
1672
+
React cards use local CSS variables on `.card`for enhanced real-time customization. Valuesfor the CSS variables are set via Sass, so Sass customization is still supported, too.
0 commit comments