Skip to content

Commit

Permalink
use postcss-nested to fix issue with tailwind nested css in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 17, 2024
1 parent c1bb563 commit ea8d32c
Show file tree
Hide file tree
Showing 5 changed files with 498 additions and 283 deletions.
6 changes: 3 additions & 3 deletions chat-with-context/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<!-- <link rel="icon" type="image/png" href="../demo/src/sib-logo.png" /> -->

<script type="module" src="./src/chat-with-context.tsx"></script>
<link href="./src/style.css" rel="stylesheet" />
<!-- <link href="./src/style.css" rel="stylesheet" /> -->
<link href="./demo/style.css" rel="stylesheet" />
</head>

<body>
<div class="flex flex-col h-screen w-full" >
<!-- <div style="display: flex; flex-direction: column; height: 100vh; width: 100%;"> -->
<div class="flex flex-col h-screen w-full">
<!-- <div style="display: flex; flex-direction: column; height: 100vh; width: 100%;"> -->
<nav class="flex justify-end">
<!-- <button
title="Switch theme"
Expand Down
Loading

0 comments on commit ea8d32c

Please sign in to comment.