Posts

Showing posts from October, 2023

Theme Starter Kit Drupal 10

Image
  Sub-theming has been a core part of Drupal since the early days. Creation of a sub-theme has generally been a manual process by typically inheriting from a core theme or any contrib theme to use some already available markup and styling. The Drupal Starter kit will completely change the perspective of the sub-theme (Child theme) for the developers. Why use THEME Starter Kit Drupal has been providing the subtheme concept for many years. But recently we all have noticed about the classy theme that it's not receiving any updates from drupal 8.0.0 and our earlier site is dependent on classy. The concept of sub-theme is known for using some common makeup and CSS of the parent theme and our site is dependent on classy and also needs updates. Sometimes sites are not able to restart from scrap(Very beginning). So drupal comes with the new concept of THEME STARTER KIT DRUPAL 10. Drupal has introduced starterkit in branch 10.0.x and the version is  10.0.0-beta1. Features Drupal will p...