Harry Yaprakov

Results 12 comments of Harry Yaprakov

When I import "tailwindcss/defaultTheme"; in my tailwind.config before fluid-tw, then I dont have this error, which is just a workaround.

This is another workaround, without importing defaultTheme: ``` const require = createRequire(import.meta.url); const { extract, screens, default: fluid } = require("fluid-tailwind"); ```