Skip to content

Commit 407142d

Browse files
committed
chore: update readme
1 parent 7a949df commit 407142d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ This is a CSS theme for extending your Ionic project. It does not work on its ow
4141
npm install @rdlabo/ionic-theme-md3
4242
```
4343

44+
Note: **If you use @ionic/core@ < 8.8.0**, use @rdlabo/ionic-theme-md3@1.0.2.
45+
4446
And import the theme in your project's main CSS file (e.g., `src/styles.scss`).
4547

4648
```css

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"typescript": "^5.9.3"
5656
},
5757
"peerDependencies": {
58-
"@ionic/core": "> 8.0.0"
58+
"@ionic/core": ">= 8.8.0"
5959
}
6060
}

0 commit comments

Comments
 (0)