@dynamicnorway/tokens 1.0.0 → 1.0.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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,6 +18,8 @@ In your global CSS:
|
|
|
18
18
|
@import "@dynamicnorway/tokens";
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
+
If you also use `@dynamicnorway/react`, add a `@source` line so Tailwind picks up component utility classes — see the [react package README](../react/README.md#setup).
|
|
22
|
+
|
|
21
23
|
This imports the full token set and base styles. To import only the theme variables:
|
|
22
24
|
|
|
23
25
|
```css
|