We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a949df commit 407142dCopy full SHA for 407142d
2 files changed
README.md
@@ -41,6 +41,8 @@ This is a CSS theme for extending your Ionic project. It does not work on its ow
41
npm install @rdlabo/ionic-theme-md3
42
```
43
44
+Note: **If you use @ionic/core@ < 8.8.0**, use @rdlabo/ionic-theme-md3@1.0.2.
45
+
46
And import the theme in your project's main CSS file (e.g., `src/styles.scss`).
47
48
```css
package.json
@@ -55,6 +55,6 @@
55
"typescript": "^5.9.3"
56
},
57
"peerDependencies": {
58
- "@ionic/core": "> 8.0.0"
+ "@ionic/core": ">= 8.8.0"
59
}
60
0 commit comments