@bi-digital/css 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bi-digital/css",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "CSS for the BI Design System",
5
5
  "author": "BI Digital",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "browserslist": "^4.24.4",
21
21
  "lightningcss": "^1.29.3",
22
22
  "modern-normalize": "^3.0.1",
23
- "@bi-digital/tokens": "0.2.0"
23
+ "@bi-digital/tokens": "0.2.2"
24
24
  },
25
25
  "scripts": {
26
26
  "build": "node config.js",
package/readme.md CHANGED
@@ -26,7 +26,7 @@ import '@bi-digital/css';
26
26
  CDN:
27
27
 
28
28
  ```html
29
- <script type="module" src="https://cdn.jsdelivr.net/npm/@bi-digital/css@latest/dist/index.min.css"></script>
29
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@bi-digital/css@latest/dist/index.min.css" />
30
30
  ```
31
31
 
32
32
  We recommend replacing `latest` with a specific version to avoid errors when the library is updated.