README.txt 848 B

1234567891011121314151617181920212223
  1. ABOUT STARK
  2. -----------
  3. The Stark theme is provided for demonstration purposes; it uses Drupal's
  4. default HTML markup and CSS styles. It can be used as a troubleshooting tool to
  5. determine whether module-related CSS and JavaScript are interfering with a more
  6. complex theme, and can be used by designers interested in studying Drupal's
  7. default markup without the interference of changes commonly made by more
  8. complex themes.
  9. To avoid obscuring CSS added to the page by Drupal or a contrib module, the
  10. Stark theme itself has no styling.
  11. ABOUT DRUPAL THEMING
  12. --------------------
  13. To learn how to build your own custom theme and override Drupal's default code,
  14. see the Theming Guide: https://www.drupal.org/docs/8/theming
  15. See the themes/README.txt for more information on where to place your
  16. custom themes to ensure easy maintenance and upgrades.