material-datetime-picker
material-datetime-picker copied to clipboard
A material design date-time picker for the web
I've just included this library on my project but I've just found that the styles are broken when you're using another library like MaterializeCSS. Some of them are related with...
The `gh-pages` branch hasn't been updated since this project was revised.
Investigate including the icons as inline SVGs. It should also be possible to customise the icons (e.g. custom SVG or a class for an icon font).
#99 moves SCSS compilation to [rollup-plugin-sass](https://www.npmjs.com/package/rollup-plugin-sass). It seems that `options.sourceMap` should make `node-sass` include source maps, but the file is not generated with: ```js plugins: [ sass({ output: 'dist/material-datetime-picker.css', options:...