kenhyuwa / litepie-datepicker

Litepie Datepicker is a date range picker component for Vue.js and Tailwind CSS, dependent to day.js.
https://litepie.com
MIT License
374 stars 75 forks source link

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

Open vincentbryanc opened 3 years ago

vincentbryanc commented 3 years ago

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