Is there a way to get the styles specific to the datepicker without all the guff that comes with the rest of the angular-material framework?
Obviously various parts such as md-datepicker, md-dialog, and some of the scaffolding will be required, but theres 20k+ lines of code in there which is an incredible bloat for just the datepicker bits.
Also a load of the base styles are effected when putting this into an existing project, eg overwriting fonts, etc.
Any ideas? Had a play with uncss, but it just seems to strip out even the required parts.
Is there a way to get the styles specific to the datepicker without all the guff that comes with the rest of the angular-material framework?
Obviously various parts such as md-datepicker, md-dialog, and some of the scaffolding will be required, but theres 20k+ lines of code in there which is an incredible bloat for just the datepicker bits.
Also a load of the base styles are effected when putting this into an existing project, eg overwriting fonts, etc.
Any ideas? Had a play with uncss, but it just seems to strip out even the required parts.