Sneak a peek inside my head.
Sorry, you're probably going to regret doing that. Here on my blog you will find coding tips, tech rants, coffee-fueled tutorials, and the occasional meme. We don't have a ton here just yet, but don't worry, more is on the way!
Subscribe via RSSUsing Tailwind CSS with Lit and HTML Custom Elements
- Tailwind
- Lit
In order to use tailwind with lit and custom html elements, you need to disable the shadow dom. Here's how you do that!
Using Lit to create cross-language components
- Lit
- JavaScript
On larger projects that utilize multiple templating languages to accomplish server-side and client-side rendering, using lit to create custom html elements can solve your problems.