Innologica / vue2-daterange-picker

Vue2 date range picker
https://innologica.github.io/vue2-daterange-picker/
MIT License
330 stars 209 forks source link

Does webpack require that you include the datepicker css? #30

Closed RCady closed 5 years ago

RCady commented 5 years ago

I had an issue where the datepicker module was not showing on my application.

By adding the following line in my main entrypoint I was able to see the datepicker

import 'vue2-daterange-picker/dist/lib/vue-daterange-picker.min.css'

Is this a requirement when using Webpack or do was I missing something during install?

jrran90 commented 5 years ago

thanks @RCady , took me 3 hours, this should be on the docs.

nkostadinov commented 5 years ago

I intentionally left this to be included separately if you want to use your own styles... may be I should add it to the docs