fix(#16): Ensure DaisyUI styles apply to components

It turns out that tailwind excludes styles it hasn't found in use, so it needs to be explicitly told where to find the component files. This also therefore fixes the styles in the SignUp component.
This commit is contained in:
Josh Creek
2024-04-07 19:19:08 +01:00
parent 335f5c9046
commit 16a067cd5d
3 changed files with 33 additions and 11 deletions
-2
View File
@@ -58,5 +58,3 @@
<PokemonSprite pokedexNumber={666} form={''} />
<PokemonSprite pokedexNumber={'003'} form={''} />
</div>
<div class="bg-blue-500 text-white p-4">This is a component styled with Tailwind CSS</div>