@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.
Files changed (2) hide show
  1. package/README.md +1 -2
  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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gov-components/design-tokens",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Design tokens (Colors, Typography, Spacing) for GOV Components",
5
5
  "main": "tailwind.css",
6
6
  "style": "tailwind.css",