litepie-datepicker icon indicating copy to clipboard operation
litepie-datepicker copied to clipboard

Litepie-datepicker doesn't support tailwind config with max size small screen configuration

Open vincentbryanc opened this issue 4 years ago • 0 comments

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'}, } } },

component component datepicker

vincentbryanc avatar Aug 25 '21 10:08 vincentbryanc