commit 8026d1dec99e08ea8e9316b3dd5ebc7c8684f4dc
parent 399f5f263ba87dabc198a2d52209791dbaeda5f8
Author: Sebastian <sebasjm@gmail.com>
Date: Tue, 11 Mar 2025 11:39:26 -0300
fix cdn tailwind
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/web-util/src/stories.html b/packages/web-util/src/stories.html
@@ -16,8 +16,8 @@
<!-- FIXME: remove this -->
<!-- this is an easy setup of tailwind to test out the form fields -->
<!-- the css must be build locally and prevent the requirement of internet access for development -->
- <!-- <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp,container-queries"></script> -->
- <link rel="stylesheet" href="app/main.css" />
+ <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp,container-queries"></script>
+ <!-- <link rel="stylesheet" href="app/main.css" /> -->
</head>
<body>
<taler-stories id="container"></taler-stories>