How to Use Tailwindcss in a Sapper App Hosted with Vercel

Aaron Johnson
3 min readFeb 24, 2021
Photo by Alex Kotliarskyi on Unsplash

My technology stack consists of three major pieces. The first is Svelte, a javascript UI framework that moves away from the virtual DOM, used by frameworks like React and Vue, and handles your code in the build step (a.k.a. a compiler). The second is Tailwindcss, a utility-first CSS framework that allows you to design almost anything from within your mark up, and not separate CSS files. And…

--

--

Aaron Johnson
0 Followers

Front-end developer seeking to impart things that I have learned in the hopes that it will benefit someone in their developer journey.