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
In a monorepo, if the tailwind.config.js is not placed in the project's root directory, tailwindcss will fail to generate the CSS styles used by material-tailwind components, such as overflow-hidden (without prefix).
In a monorepo, if the
tailwind.config.js
is not placed in the project's root directory, tailwindcss will fail to generate the CSS styles used by material-tailwind components, such asoverflow-hidden
(without prefix).The utility function
withMT
causes this bug.material-tailwind/packages/material-tailwind-react/src/utils/withMT.js
Lines 11 to 16 in 1558739
It makes a wrong assumption about the relative path of node_modules. Please use the local variable __dirname to find out the correct path.
The text was updated successfully, but these errors were encountered: