Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Jun 20, 2021
1 parent 6f951b2 commit e926598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@tailwindcss/forms examples</title>

<link rel="stylesheet" href="https://unpkg.com/tailwindcss@next/dist/base.min.css" />
<link rel="stylesheet" href="https://unpkg.com/tailwindcss/dist/base.min.css" />
<link rel="stylesheet" href="/dist/forms.min.css" />
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@next/dist/components.min.css" />
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@next/dist/utilities.min.css" />
<link rel="stylesheet" href="https://unpkg.com/tailwindcss/dist/components.min.css" />
<link rel="stylesheet" href="https://unpkg.com/tailwindcss/dist/utilities.min.css" />
</head>
<body>
<div class="antialiased text-gray-900 px-6">
Expand Down

1 comment on commit e926598

@vercel
Copy link

@vercel vercel bot commented on e926598 Jun 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.