@nurix/ui-component-library 1.1.3-stage.89 → 1.1.3-stage.91

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
@@ -9,6 +9,7 @@ See `docs/THEMING.md`.
9
9
  ### 1) Ensure Tailwind keeps (and understands) the library classes
10
10
 
11
11
  Your app must:
12
+
12
13
  - include this package in Tailwind `content` so classnames are not purged
13
14
  - map semantic colors to CSS variables, like this repo’s `tailwind.config.ts`
14
15
 
@@ -93,4 +94,3 @@ export function Example() {
93
94
  );
94
95
  }
95
96
  ```
96
-