puranjayjain / md-date-time-picker

An implementation of Material Design Picker components in vanilla CSS, JS, and HTML
https://puranjayjain.github.io/md-date-time-picker
Other
275 stars 77 forks source link

Impossible to use theme from the library #229

Open Techniv opened 6 years ago

Techniv commented 6 years ago

It's impossible to import material theme from the directly dist/css/themes folder. I correctly read the documentation that say I need to replace the dist/css/mdDateTimePicker.css with the choosen css theme file.

Note: Since, themes override the default stylesheets, so in order to use a theme just replace your previously used css and min.css files with these files.

This is definitively unacceptable in an industrial context.

Libraries are imported in projects from dependency managers. Modify the content of a library to change a theme is not a valid option.