Luca knew the heart of modern Drupal theming wasn’t just about Twig templates—it was about component-driven design . He closed the monolithic styles.css file. No one should write global CSS in 2026.
.load-more-btn background-color: #005eb8; color: white; padding: 0.75rem 1.5rem; border: none; border-radius: 4px; cursor: pointer; transition: background-color 0.3s; luca lusso modernizing drupal 10 theme development
Lusso advocates for a "component-first" mindset, moving away from styling entire pages toward building discrete, reusable elements. Luca knew the heart of modern Drupal theming
try // 3. Modern Fetch API const response = await fetch(endpoint, method: 'POST', body: formData, headers: 'Accept': 'application/json', , ); padding: 0.75rem 1.5rem
% include 'components/card' with render, url: url, variant: 'horizontal' only %
He updated his Drupal Slack status: “Modernizing Drupal themes, one component at a time. #SDC #Drupal10 #NoMoreSpaghettiCSS”