Skip to content

Commit 40d0da0

Browse files
committed
Update Tailwind, fix checkbox example
1 parent 30402e7 commit 40d0da0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2 class="text-2xl font-bold">Simple</h2>
119119
<label class="inline-flex items-center">
120120
<input
121121
type="checkbox"
122-
class="rounded border-gray-300 text-indigo-600 shadow-sm focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50"
122+
class="rounded border-gray-300 text-indigo-600 shadow-sm focus:border-indigo-300 focus:ring focus:ring-offset-0 focus:ring-indigo-200 focus:ring-opacity-50"
123123
checked
124124
/>
125125
<span class="ml-2">Email me news and special offers</span>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"autoprefixer": "^10.0.2",
2121
"clean-css": "^4.2.1",
2222
"postcss": "^8.1.7",
23-
"tailwindcss": "^2.0.0-alpha.23"
23+
"tailwindcss": "^2.0.0-alpha.25"
2424
},
2525
"dependencies": {
2626
"mini-svg-data-uri": "^1.2.3"

0 commit comments

Comments
 (0)