mertJF / tailblocks

Ready-to-use Tailwind CSS blocks.
https://tailblocks.cc
MIT License
8.7k stars 825 forks source link

CSS Doesn't function #83

Closed CyberDudeJ closed 2 years ago

CyberDudeJ commented 2 years ago

When I copy and paste it, it then doesn;t even paste at all!

k-rite commented 2 years ago

You have to add tailwind first.

PranavDeveloper-FullStack commented 2 years ago

You will have to add this link to your html code then it will work <link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">

CyberDudeJ commented 2 years ago

Thanks