Skip to content

Commit

Permalink
try to use nested css with tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 16, 2024
1 parent 2edd798 commit c1bb563
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 1,548 deletions.
11 changes: 3 additions & 8 deletions chat-with-context/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@
<meta name="description" content="Chat with context development page" />
<!-- <link rel="icon" type="image/png" href="../demo/src/sib-logo.png" /> -->

<!-- <script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.tailwindcss.com?plugins=typography"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"
/> -->

<script type="module" src="./src/chat-with-context.tsx"></script>
<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 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 c1bb563

Please sign in to comment.