Skip to content

Commit e6e0aa5

Browse files
author
Weffe
authored
chore: pin css version for tailwind
1 parent 4f2118d commit e6e0aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/with-react-typescript/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<title>Browser Sandbox</title>
1919

20-
<link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet">
20+
<link href="https://unpkg.com/tailwindcss@0.7.4/dist/tailwind.min.css" rel="stylesheet">
2121
</head>
2222

2323
<body class="bg-grey-lightest p-16">
@@ -41,4 +41,4 @@ <h1 class="font-bold text-4xl text-center text-blue-darker">
4141
-->
4242
</body>
4343

44-
</html>
44+
</html>

0 commit comments

Comments
 (0)