You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon closer inspection it looks like the media queries aren't running properly. Litepie datepicker for tailwind 2 still runs in production, which shows different css depending on screen size. Locally with litepie datepicker for tailwind 3 these media queries are not found.
I am working with nuxt3 and I added the date picker as plugin like so:
My datepicker.vue component looks like this:|
However, after importing the component I get the following result on a local build (npm run dev):
And this when clicking (uses entire screen):
I have tailwind version 3.2.1 and I added
path.resolve(__dirname, './node_modules/litepie-datepicker/**/*.js')
to my tailwind.config.js content.The text was updated successfully, but these errors were encountered: