1 month agoGeorges DuguéDynamic Theming: Combining currentColor with oklchLearn how to calculate contextual, dynamic colors at runtime using native CSS relative color syntax, and say goodbye to SASS color functions.CSSOKLCHThemingFrontend Development
1 month agoGeorges DuguécurrentColor: The Most Underrated Keyword in Native CSSDiscover why the legacy currentColor keyword is the secret to keeping your CSS DRY and building resilient, themeable UI components.CSSDesign SystemsWeb DesignFrontend Development
1 month agoGeorges DuguéIs it Time to Break Up with SASS?We've been using SASS for so long that we often forget to ask why we are still using it. Are CSS pre-processors still a requirement for modern frontend architecture, or just a habit we haven't broken yet?CSSSASSDesign SystemsFrontend Development
1 month agoGeorges DuguéGetting Started with Astro and Content CollectionsLearn how to build a modern website using Astro's content collections for type-safe, framework-agnostic content management.ReactJSTypeScriptAstroFrontend Development
1 month agoGeorges DuguéBuilding Framework-Agnostic ComponentsExplore how to design UI components that work seamlessly across different frameworks using dependency injection and composition patterns.ReactJSTypeScriptArchitectureDesign Systems