Files
shadcn-ui/apps/www/content/docs
Artem Zakharchenko 7dfdb029e7 use "?url" suffix in "tailwind.css" import (Remix) (#4945)
Importing `tailwind.css` is incorrect as it will treat that file as a CSS Module, throwing that it has no `default` export. 

Instead, the tutorial relies on the import returning a _URL_ to the stylesheet. Adding `?url` to the import specifier is the way to go.
2024-09-26 12:42:49 +00:00
..
2024-08-31 03:01:42 +04:00
2024-09-04 00:37:57 +04:00