This document discusses theming in Drupal 8, including:
- The use of Twig templating and support for IE9 and newer browsers.
- The THEME.info.yml file which defines theme settings, stylesheets, regions, and more.
- Overriding or removing core CSS, adding new stylesheets and libraries, and declaring base themes.
- Using Twig for templating, including printing variables, commenting, logic tags, translation, and including other templates.
- Preprocessing templates with THEME.theme functions and using the {{ dump }} Twig function for debugging.
- Making themes responsive using core breakpoints and THEME.breakpoints.yml.