bud icon indicating copy to clipboard operation
bud copied to clipboard

How to work with Tailwind css framework?

Open dcb9 opened this issue 2 years ago • 5 comments

Hi Matt, I've watched your Youtube video and I love it. It simplified so many steps and the most important is that it integrated frontend and backend together. I'd like to know can bud work with tailwind css? Thanks

dcb9 avatar Jul 16 '22 03:07 dcb9

Thanks for the kind words! This is actually something I'm working on integrating better while working on the website.

For now, I'd recommend using the Play CDN: https://tailwindcss.com/docs/installation/play-cdn and adding the Tailwind script to your <svelte:head> tag in your view.

Would that work for you?

matthewmueller avatar Jul 16 '22 04:07 matthewmueller

Thanks for the kind words! This is actually something I'm working on integrating better while working on the website.

For now, I'd recommend using the Play CDN: https://tailwindcss.com/docs/installation/play-cdn and adding the Tailwind script to your <svelte:head> tag in your view.

Would that work for you?

Is this added?

Bishwas-py avatar Aug 06 '22 05:08 Bishwas-py

Still working on it. In the meantime, the CDN version continues to work!

matthewmueller avatar Aug 07 '22 03:08 matthewmueller

I try with CDN version but default CSS blocking our css

ralfiannor avatar Aug 19 '22 12:08 ralfiannor

Can you share why the default CSS is blocking? Are styles being overridden or something?

matthewmueller avatar Aug 20 '22 17:08 matthewmueller