mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-13 11:03:44 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user