@bloomreach/react-banana-ui 1.1.0-next.2 → 1.1.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/bloomreach-react-banana-ui.es.js +851 -852
- package/dist/bloomreach-react-banana-ui.es.js.map +1 -1
- package/dist/bloomreach-react-banana-ui.umd.js +2 -2
- package/dist/bloomreach-react-banana-ui.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,13 +53,13 @@ Do the following steps to make styles and fonts available
|
|
|
53
53
|
...
|
|
54
54
|
|
|
55
55
|
html, body {
|
|
56
|
-
font-family: var(--
|
|
56
|
+
font-family: var(--rbui-font-family-primary);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
...
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
The full list of available CSS custom properties will be available soon. Now just use the browser dev tools to see all available CSS custom properties. Filter them with the `--
|
|
62
|
+
The full list of available CSS custom properties will be available soon. Now just use the browser dev tools to see all available CSS custom properties. Filter them with the `--rbui-` prefix to reduce the amount.
|
|
63
63
|
|
|
64
64
|
**ATTENTION:**
|
|
65
65
|
|