@quasar/extras v1.9.13 released!
-
- feat(extras): update ionicons to v5.3.0
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fextras-v1.9.13
- feat(extras): update ionicons to v5.3.0
-
The ionicons 5.x folder in github is missing the css file
https://github.com/quasarframework/quasar/tree/dev/extras/ionicons-v5First I activate “ionicons-v5”, in the Quasar.conf extra sections
Then I got error that I need to install CSS
npm install --save @quasar/extras/ionicons-v5/ionicons-v5.cssWhen I tried to install the css, the css file is missing from github.
-
@Ben-Hayat Explanation on your ticket: https://github.com/quasarframework/quasar/issues/8304
Ionicons team does not supply a webfont so only the svg form is available through our q/extras. However, Ionicons v4 has a webfont variant. -
@rstoenescu
Thanks!
I wasn’t sure where to post this issue, in this forum or Github issues section. Sorry about double posts;When I saw the title of thread, I didn’t know (or was not explained) that Ionicons don’t supply webfonts in 5.0 as they did in 4.0, I thought the CSS was missing from your offering.
-
@Ben-Hayat Thanks for posting though. I will add somehting to the extras readme so that it is more clear.