8000 Rename demo to index · tailwindlabs/tailwindcss-forms@4aea321 · GitHub
Skip to content

Commit 4aea321

Browse files
committed
Rename demo to index
1 parent b836d4e commit 4aea321

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

demo.html renamed to index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@
2020
</label>
2121
<label class="block mt-4">
2222
<span class="text-gray-700">Input (email)</span>
23-
<input
24-
type="email"
25-
class="mt-1 block w-full rounded-none border-0 border-b focus:ring-0 focus:border-black"
26-
placeholder="john@example.com"
27-
/>
23+
<input type="email" class="mt-1 block w-full" placeholder="john@example.com" />
2824
</label>
2925
<label class="block mt-4">
3026
<span class="text-gray-700">Input (range)</span>

0 commit comments

Comments
 (0)