CroudTech / vue-fullcalendar

FullCalendar Wrapper for vue
MIT License
483 stars 100 forks source link

Fronpage docu on css is wrong #154

Closed col-panic closed 6 years ago

col-panic commented 6 years ago

The css link provided

@import '~fullcalendar/dist/fullcalendar.css';

does not work. one has to use

@import 'fullcalendar/dist/fullcalendar.css';

BrockReece commented 6 years ago

Oh really? I thought you needed the ~ for npm_package paths. I will test and update the docs if I am mistaken.

yyi0708 commented 6 years ago

Yes, the document does not introduce CSS

BrockReece commented 6 years ago

@col-panic @yiboforever Are the changes in #158 any clearer?

BrockReece commented 6 years ago

158 has been merged into master now.

col-panic commented 6 years ago

Oh yes - that was clearer - sorry for the late feedback ! Thank you!