@amsom-habitat/ui 2.4.9 → 2.4.13

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,11 @@ Il regroupe les packages :
15
15
  ```bash
16
16
  npm i @amsom-habitat/ui
17
17
  ```
18
+ Importer les css dans le main.js tel que :
19
+ ```javascript
20
+ import '@amsom-habitat/ui/dist/style.css'
21
+ ```
22
+
18
23
 
19
24
  ## Développment
20
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amsom-habitat/ui",
3
- "version": "2.4.9",
3
+ "version": "2.4.13",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",