drupal/core/themes/starterkit_theme
Alex Pott 8d1ff20647
Issue #3431452 by godotislate, smustgrave, alexpott: Rename RenderElement and FormElement plugin abstract classes to RenderElementBase and FormElementBase
2024-03-30 17:23:10 +00:00
..
css/components Issue #3418873 by Keshav Patel, longwave, shweta__sharma: Remove outdated @todo in details.css 2024-02-06 16:30:10 +13:00
images/icons Issue #3306289 by phenaproxima: Port #3253286 to Drupal 10 2022-08-26 20:49:07 +03:00
src Issue #3364885 by andy-blum, mglaman, alexpott, mherchel, lauriii, smustgrave, isholgueras, Dave Reid, kostyashupenko, matthieuscarset, camoa, ctrlADel, fjgarlin, jwilson3: Allow themes to use a starterkit.yml file so it is easier to use the theme generator 2024-03-28 09:29:18 +00:00
templates Issue #3431452 by godotislate, smustgrave, alexpott: Rename RenderElement and FormElement plugin abstract classes to RenderElementBase and FormElementBase 2024-03-30 17:23:10 +00:00
README.md Issue #3302654 by bnjmnm, xjm, quietone, lauriii, phenaproxima: Create Starterkit readme 2022-08-23 19:42:28 -05:00
logo.svg
screenshot.png
starterkit_theme.info.yml Issue #3364885 by andy-blum, mglaman, alexpott, mherchel, lauriii, smustgrave, isholgueras, Dave Reid, kostyashupenko, matthieuscarset, camoa, ctrlADel, fjgarlin, jwilson3: Allow themes to use a starterkit.yml file so it is easier to use the theme generator 2024-03-28 09:29:18 +00:00
starterkit_theme.libraries.yml Issue #3269082 by longwave, Spokje, mherchel, andregp, kostyashupenko, bnjmnm, nod_: Remove HTML5 details collapse polyfill 2022-09-13 10:05:10 +03:00
starterkit_theme.starterkit.yml Issue #3364885 by andy-blum, mglaman, alexpott, mherchel, lauriii, smustgrave, isholgueras, Dave Reid, kostyashupenko, matthieuscarset, camoa, ctrlADel, fjgarlin, jwilson3: Allow themes to use a starterkit.yml file so it is easier to use the theme generator 2024-03-28 09:29:18 +00:00
starterkit_theme.theme Issue #3306289 by phenaproxima: Port #3253286 to Drupal 10 2022-08-26 20:49:07 +03:00

README.md

Starterkit Theme

How to use Starterkit

The Starterkit theme is not directly used by Drupal, nor is it used as a base theme. Starterkit is for generating new themes that include reasonably un-opinionated templates and styles that eliminate much of the the initial work required to create a theme.

Starterkit is the recommended approach for creating new themes. For more information, consult the Starterkit documentation on Drupal.org.