Landing-Page icon indicating copy to clipboard operation
Landing-Page copied to clipboard

Tailwind css not showing up

Open shaheerarfat123 opened this issue 1 year ago • 1 comments

Hi when I use the code and run the website the code has the html but not the css. Can I have some help

shaheerarfat123 avatar Dec 28 '23 15:12 shaheerarfat123

How are you trying to run it?

you can switch out the following line:

<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/tailwind.min.css"/>

to use the cdn instead:

<script src="https://cdn.tailwindcss.com"></script>

buit ideally you want to be using something like vite or another build tool... https://tailwindcss.com/docs/installation/framework-guides

tailwindtoolbox avatar Jan 02 '24 12:01 tailwindtoolbox