Clean Architecture: Theming with Tailwind and CSS Variables
Learn the principles of clean architecture by exploring best practices of theming in Tailwind CSS using CSS variables.
Learn the principles of clean architecture by exploring best practices of theming in Tailwind CSS using CSS variables.
Learn how to use CSS variables (custom properties) to make it easier to manage colors, fonts, and size consistently across web applications.
Ahmed Bouchefra dives into CSS theming, explaining how to use CSS custom properties to create themes and switch dynamically between them with JavaScript, using an HSL color scheme and CSS filters to create a dark version of a light theme.
Maria Antonietta Perna walks you through CSS variables/custom properties, the awesome new technology that adds more flexibility and fun to CSS coding.