This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/core/themes/stable
2016-01-06 16:31:26 -08:00
..
css Update to Drupal 8.0.2. For more information, see https://www.drupal.org/drupal-8.0.2-release-notes 2016-01-06 16:31:26 -08:00
images Update to Drupal 8.0-dev-2015-11-17. Commits through da81cd220, Tue Nov 17 15:53:49 2015 +0000, Issue #2617224 by Wim Leers: Move around/fix some documentation. 2015-11-17 16:48:54 -08:00
templates Update to Drupal 8.0.2. For more information, see https://www.drupal.org/drupal-8.0.2-release-notes 2016-01-06 16:31:26 -08:00
README.txt Update to Drupal 8.0.2. For more information, see https://www.drupal.org/drupal-8.0.2-release-notes 2016-01-06 16:31:26 -08:00
stable.info.yml Update to Drupal 8.0-dev-2015-11-17. Commits through da81cd220, Tue Nov 17 15:53:49 2015 +0000, Issue #2617224 by Wim Leers: Move around/fix some documentation. 2015-11-17 16:48:54 -08:00

ABOUT STABLE
------------

Stable is the default base theme; it provides minimal markup and very few
CSS classes. If you prefer more structured markup see the Classy base theme.

Stable allows core markup and styling to evolve by functioning as a backwards
compatibility layer for themes against changes to core markup and CSS. If you
browse Stable's contents, you will find copies of all the Twig templates and
CSS files provided by core.

Stable will be used as the base theme if no base theme is set in a theme's
.info.yml file. To opt out of Stable you can set the base theme to false in
your theme's .info.yml file (see the warning below before doing this):
  base theme: false

Warning: Themes that opt out of using Stable as a base theme will need
continuous maintenance as core changes, so only opt out if you are prepared to
keep track of those changes and how they affect your theme.

ABOUT DRUPAL THEMING
--------------------

For more information, see Drupal.org's theming guide.
https://www.drupal.org/theme-guide/8