Namxas's avatar

Need tips for designing with Tailwind

I am following the blog from Scratch series. How do I design in the browser with Tailwind as Jeffrery does. How do I get the autocompletion for example?

0 likes
4 replies
tykus's avatar

Jeffrey probably was using an earlier version of Tailwind's CDN where every possible style rule was exposed; now the Tailwind CDN is a script that compiles only what is needed (based on what's used in your HTML). Maybe someone has a full Tailwind CDN???

xeno's avatar

If your using VScode as your IDE you can install the plugin TailwindCSS IntelliSense for auto completion.

tykus's avatar

@xeno that wasn't the question the OP asked

How do I design in the browser with Tailwind

Please or to participate in this conversation.