@gov-components/design-tokens 1.0.5 → 1.0.6
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 +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,8 +14,7 @@ Simply import the package in your main CSS or root layout file. This single impo
|
|
|
14
14
|
|
|
15
15
|
```tsx
|
|
16
16
|
// In your root layout or main CSS file
|
|
17
|
-
import "@gov-components/design-tokens";
|
|
18
|
-
|
|
17
|
+
@import "@gov-components/design-tokens";
|
|
19
18
|
// That's it! All Tailwind classes and variables are now available.
|
|
20
19
|
```
|
|
21
20
|
|