From 0fd8acdf0d54a815658a3d682de2218b87d28ff6 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 4 Jan 2016 18:19:15 +0000 Subject: [PATCH] Issue #2575387 by chrisfree, r_sharma08, hussainweb, sudhanshug, Cottser, anil280988, AjitS, rashid_786, drupal.ninja03, Prashant.c, snehi, jordanpagewhite, anil.gangwal, brahmjeet789, jhodgdon, davidhernandez, Manjit.Singh: Add README.txt to Classy Base Theme? --- core/themes/classy/README.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 core/themes/classy/README.txt diff --git a/core/themes/classy/README.txt b/core/themes/classy/README.txt new file mode 100644 index 000000000000..a5181239fdc0 --- /dev/null +++ b/core/themes/classy/README.txt @@ -0,0 +1,17 @@ +ABOUT CLASSY +----------- + +Classy is a base theme that provides many classes in its markup. For cleaner +markup (fewer classes), the default Stable base theme can be used instead. + +To use Classy as your base theme, set the 'base theme' in your theme's .info.yml +file to "classy": + base theme: classy + +See https://www.drupal.org/theme-guide/8/classy for more information on using +the Classy theme. + +ABOUT DRUPAL THEMING +-------------------- + +See https://www.drupal.org/theme-guide/8 for more information on Drupal theming.