Mercurial > hg > isophonics-drupal-site
annotate core/themes/stable/README.txt @ 5:c69a71b4f40f
Add slideshow module
author | Chris Cannam |
---|---|
date | Thu, 07 Dec 2017 14:46:23 +0000 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 |
Chris@0 | 2 ABOUT STABLE |
Chris@0 | 3 ------------ |
Chris@0 | 4 |
Chris@0 | 5 Stable is the default base theme; it provides minimal markup and very few |
Chris@0 | 6 CSS classes. If you prefer more structured markup see the Classy base theme. |
Chris@0 | 7 |
Chris@0 | 8 Stable allows core markup and styling to evolve by functioning as a backwards |
Chris@0 | 9 compatibility layer for themes against changes to core markup and CSS. If you |
Chris@0 | 10 browse Stable's contents, you will find copies of all the Twig templates and |
Chris@0 | 11 CSS files provided by core. |
Chris@0 | 12 |
Chris@0 | 13 Stable will be used as the base theme if no base theme is set in a theme's |
Chris@0 | 14 .info.yml file. To opt out of Stable you can set the base theme to false in |
Chris@0 | 15 your theme's .info.yml file (see the warning below before doing this): |
Chris@0 | 16 base theme: false |
Chris@0 | 17 |
Chris@0 | 18 Warning: Themes that opt out of using Stable as a base theme will need |
Chris@0 | 19 continuous maintenance as core changes, so only opt out if you are prepared to |
Chris@0 | 20 keep track of those changes and how they affect your theme. |
Chris@0 | 21 |
Chris@0 | 22 ABOUT DRUPAL THEMING |
Chris@0 | 23 -------------------- |
Chris@0 | 24 |
Chris@0 | 25 For more information, see Drupal.org's theming guide. |
Chris@0 | 26 https://www.drupal.org/docs/8/theming |