tailwindtoolbox / Landing-Page

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

Source code for custom CSS? #1

Closed bergstar closed 5 years ago

bergstar commented 5 years ago

Could you please provide custom CSS used in: https://unpkg.com/tailwindcss@next/dist/tailwind.min.css

This is needed since template is not working with stock tailwind.min.css from CDN It also hinders extending theme as most CSS has to be re-created.

tailwindtoolbox commented 5 years ago

That is the official hosted version of the Tailwind v1 beta. https://next.tailwindcss.com/docs/installation#using-tailwind-via-cdn

What in particular isn't working?

bergstar commented 5 years ago

Sorry, I was using older 0.7.4 version of Tailwind CSS.

tailwindtoolbox commented 5 years ago

Is it working fine now you've switched over?

bergstar commented 5 years ago

Yes, it does - everything is okay with 1.0.0 version. Thank you