@rolatech/angular-automation 20.2.6-beta.1 → 20.2.7-beta.2
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
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
# angular-automation
|
|
2
2
|
|
|
3
3
|
This library was generated with [Nx](https://nx.dev).
|
|
4
|
+
|
|
5
|
+
## Theming
|
|
6
|
+
|
|
7
|
+
Automation pages and badges read CSS variables from `@rolatech/angular-theming`, so light/dark palettes flow through automatically. Make sure the host app imports one of the prebuilt themes (for example in `styles.scss`):
|
|
8
|
+
|
|
9
|
+
```scss
|
|
10
|
+
@use '@rolatech/angular-theming/prebuilt/rolatech.scss' as theming;
|
|
11
|
+
```
|