ly525 / material-vue-daterange-picker

a date-range-picker follows the Material Design spec powered by vue.js (alpha)
https://ly525.github.io/material-vue-daterange-picker/
MIT License
73 stars 20 forks source link

Customize scss variables #62

Open naomiaro opened 5 years ago

naomiaro commented 5 years ago

There's no styles as a separate import atm, what's the best way to customize scss variables for the calendar?

ly525 commented 5 years ago

@naomiaro thanks for your question, I thougth I could provide the solution for customing the calendar. can you tell me that what you want to custom?

naomiaro commented 5 years ago

to change variables like this

$cellActiveBgColor: #4285f4;
$cellInRangeBgColor: #eef4ff;
naomiaro commented 5 years ago

the scss files are now just imported separately in the SFCs as scoped scss, so I don't know if it's possible to change them easily using vue.js atm.

ly525 commented 5 years ago

I will provide the separete scss file for developer to custom the style

naomiaro commented 5 years ago

Thank-you! 😁