stormseed / daykeep-calendar-quasar

A full event display calendar for the Quasar framework that has multiple viewing formats.
MIT License
270 stars 71 forks source link

TypeError: expected rgba or hsla, but got ident:$light #58

Closed klevron closed 5 years ago

klevron commented 5 years ago

Hi

Thanks for the v1.0.0-beta.1 release 👍

I have the following error : TypeError: expected rgba or hsla, but got ident:$light at https://github.com/stormseed/quasar-calendar/blob/v1.0.0-beta.1/component/calendar/CalendarEventDetail.vue#L652

This component use $light quasar var but the import has been removed by this commit : e033a0345e6841ded37f43a372716eea2fbfcb6e

stormseed commented 5 years ago

Yeah, doing that import is no longer suggested (check out issue #54). In this case $light used to be part of the Quasar color palette but it was apparently removed in v1.0. This will be fixed on the next release.

klevron commented 5 years ago

Yes I saw #54, but $light was not removed and it works with import for the moment