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
Hello,
I'm using tailwindcss version 4.0.6 and this exact issue seemed to have been fixed about a week ago, but i am still experiencing it.
here is my vite.config.js file:
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
import tailwindcssMotion from "tailwindcss-motion"
// https://vite.dev/config/
export default defineConfig({
plugins: [react(),tailwindcss(),tailwindcssMotion()],
})
My version of tailwindcss-motion is 1.1.0
The text was updated successfully, but these errors were encountered:
Hello,
I'm using tailwindcss version 4.0.6 and this exact issue seemed to have been fixed about a week ago, but i am still experiencing it.
here is my vite.config.js file:
My version of tailwindcss-motion is 1.1.0
The text was updated successfully, but these errors were encountered: