Skip to main content

StarterKit

Displaying 1 - 1 of 1

StarterKit Theme

While creating a theme for Drupal 8 or 9, the best practice was to subtheme the Classy core theme to ensure common CSS classes and the usual markup needed.
Thus it was imperative to call the Classy theme at runtime regardless of whichever custom theme you were using.
This dependency hindered the code updates on the Classy theme as any update would break backward compatibility.