@midas-ds/theme 0.5.24 → 0.5.33
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
To get some basic global styles (like the Inter font) you can import the global css from this package:
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npm i @
|
|
6
|
+
npm i @midas-ds/theme
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
```tsx
|
|
10
|
-
import '@
|
|
10
|
+
import '@midas-ds/theme/index.css'
|
|
11
11
|
```
|