tailwindtoolbox / Landing-Page

Tailwind CSS Starter Template - Landing Page
https://tailwindtoolbox.github.io/Landing-Page
MIT License
1.31k stars 602 forks source link

Tailwind css not showing up #35

Open shaheerarfat123 opened 11 months ago

shaheerarfat123 commented 11 months ago

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

tailwindtoolbox commented 10 months ago

How are you trying to run it?

you can switch out the following line:

<link rel="stylesheet" href="https://unpkg.com/tailwindcss@2.2.19/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