We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2118d commit e6e0aa5Copy full SHA for e6e0aa5
examples/with-react-typescript/public/index.html
@@ -17,7 +17,7 @@
17
-->
18
<title>Browser Sandbox</title>
19
20
- <link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet">
+ <link href="https://unpkg.com/tailwindcss@0.7.4/dist/tailwind.min.css" rel="stylesheet">
21
</head>
22
23
<body class="bg-grey-lightest p-16">
@@ -41,4 +41,4 @@ <h1 class="font-bold text-4xl text-center text-blue-darker">
41
42
</body>
43
44
-</html>
+</html>
0 commit comments