drupal/core/themes/stable
Nathaniel Catchpole 076ebd3435 Issue #2666792 by bojanz, dawehner, edysmp, heddn: Provide a route provider for add-page of entities 2016-03-14 18:21:48 +09:00
..
css Issue #1993928 by BarisW, Wim Leers, thpoul, effulgentsia, mgifford, Gábor Hojtsy, Hanno, Pancho, Bojhan: Language of parts: Introduce a language toolbar button 2016-03-02 11:34:58 -06:00
images Issue #2642362 by alexpott, chrisfree, Manjit.Singh: Animation of throbber-active.gif image is broken 2016-02-01 17:19:42 +09:00
templates Issue #2666792 by bojanz, dawehner, edysmp, heddn: Provide a route provider for add-page of entities 2016-03-14 18:21:48 +09:00
README.txt Issue #2630592 by anil280988, hussainweb, drupal.ninja03, Cottser, davidhernandez, jhodgdon: Tweak Stable's README.txt to be more understandable by new users 2015-12-23 00:58:38 +00:00
stable.info.yml Issue #1993928 by BarisW, Wim Leers, thpoul, effulgentsia, mgifford, Gábor Hojtsy, Hanno, Pancho, Bojhan: Language of parts: Introduce a language toolbar button 2016-03-02 11:34:58 -06:00
stable.theme Issue #2402165 by joelpittet, hass, madhavvyas: #theme => 'links' renders <li class="_"> when the #links array is not associative 2016-01-26 14:35:39 +09:00

README.txt

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