Backup of db before drupal security update
[yaffs-website] / web / core / themes / stable / README.txt
1
2 ABOUT STABLE
3 ------------
4
5 Stable is the default base theme; it provides minimal markup and very few
6 CSS classes. If you prefer more structured markup see the Classy base theme.
7
8 Stable allows core markup and styling to evolve by functioning as a backwards
9 compatibility layer for themes against changes to core markup and CSS. If you
10 browse Stable's contents, you will find copies of all the Twig templates and
11 CSS files provided by core.
12
13 Stable will be used as the base theme if no base theme is set in a theme's
14 .info.yml file. To opt out of Stable you can set the base theme to false in
15 your theme's .info.yml file (see the warning below before doing this):
16   base theme: false
17
18 Warning: Themes that opt out of using Stable as a base theme will need
19 continuous maintenance as core changes, so only opt out if you are prepared to
20 keep track of those changes and how they affect your theme.
21
22 ABOUT DRUPAL THEMING
23 --------------------
24
25 For more information, see Drupal.org's theming guide.
26 https://www.drupal.org/docs/8/theming