@ukic/canary-react 3.0.0-canary.14 → 3.0.0-canary.16
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 -1
- package/dist/core/core.css +358 -250
- package/package.json +7 -7
package/README.md
CHANGED
@@ -38,7 +38,7 @@ Add the following into the top level CSS file for your project.
|
|
38
38
|
|
39
39
|
In order to be rendered consistently across browsers and in line with modern standards, each of the ICDS components uses styles from a global CSS file based on [Normalize.css](https://necolas.github.io/normalize.css/).
|
40
40
|
|
41
|
-
If you would like to import these styles to apply them to the rest of your project and slotted elements used within any of the ICDS components, add the following into the top level CSS file as well.
|
41
|
+
If you would like to import these styles in order to apply them to the rest of your project and slotted elements used within any of the ICDS components, add the following into the top level CSS file as well.
|
42
42
|
|
43
43
|
```css
|
44
44
|
@import "@ukic/canary-react/dist/core/normalize.css";
|