import tailwind css

This commit is contained in:
2025-11-07 12:42:20 +01:00
parent 03d0afcd06
commit 50855de8bf
5 changed files with 596 additions and 12 deletions

View File

@@ -1 +1,5 @@
<p>welcome works!</p>
<p>welcome works!</p>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>

View File

@@ -1 +1,4 @@
/* You can add global styles to this file, and also import other style files */
@layer theme, base, components, utilities;
@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/utilities.css" layer(utilities) important;