litepie-datepicker
litepie-datepicker copied to clipboard
Litepie-datepicker doesn't support tailwind config with max size small screen configuration
It won't display properly the datepicker with this custom tailwind screen sizes configuration
theme: { extend: { screens: { 'xs': {'min': '320px', 'max': '639px'}, 'sm': {'min': '640px', 'max': '767px'}, 'md': {'min': '768px', 'max': '1024px'}, 'lg': {'min': '1025px'}, } } },