This is the same as https://www.drupal.org/project/drupal/issues/1892654 for D7, which is a backport of what has already been done for D8 in https://www.drupal.org/project/drupal/issues/806982 (which makes it part of #378)
Problem/Motivation
Somehow the
<tfoot>element of a table never got into core. While not commonly used, it still is a necessary component on some sites. Themes have to add this functionality when its optional use should be provided by core.Proposed resolution
Add optional
#footervariable in theme hook and corresponding<tfoot>markup in table template.
Recent comments
If your goal is to learn how to create your own themes, I recommend using the Stark theme from the core and adding whatever you need to accomplish the task as you build your site. It would be a...
Create a new theme - Starter theme
Hi I'm not aware of any SCSS starter themes. I myself use SCSS a lot using the native Dart Sass compiler and also don't use composer. I started with the Bedrock theme and am slowly...
Create a new theme - Starter theme
I am withdrawing my question for the following reason: https://forum.backdropcms.org/comment/8960#comment-8960
Error when trying to check for updates