2 posts about "webdev"
- Sveltekit with Tailwindcss building an interactive website
- TailwindCSS
CSS makes sense, I mean, who doesn't want to seperate styling from code? Semantic html has been the web's dream for a long time, but over time as web browsers became operating systems css has grown into a hugely complex kludge of a tool.
🏇 This is where tailwindcss rode to the rescue, by doing the rocket science css behind the scenes and presenting a toolbox full of utilities to use directly in html. The beauty of tailwind, which took me a while to figure out, is that everything beautifully works together and scales with size in a way which is very hard to do directly in css without having to work through browser quirks and conflicting css styles.