I’ve a quite simple site-specific customized theme that’s based mostly on a company theme that’s based mostly on bootstrap barrio. In Drupal Developer site-specific theme, I merely have Drupal Developer following information:
site_theme.data.yml
title: Website Particular Theme sort: theme description: Website Particular Theme bundle: communications core: 8.x core_version_requirement: ^8 || ^9 base theme: company_theme libraries: - site_theme/global-styling areas: header: Header primary_menu: "Main menu" secondary_menu: "Secondary menu" page_top: "Web page prime" page_bottom: "Web page backside" highlighted: Highlighted assist: "Assist" breadcrumb: Breadcrumb content material: Content material sidebar_first: "Sidebar first" sidebar_second: "Sidebar second" footer: Footer
site_theme.libraries.yml
global-styling: model: VERSION css: theme: css/customized.css: {} much less/customized.much less: { css_path: "/css/" }
css/customized.css
.some_class { background: inexperienced; }
This nevertheless, just isn’t working… Drupal Development Service styling in customized.css
just isn’t utilized wherever on Drupal Developer web site. I’ve Drupal Developer very same setup with one other company web site based mostly on Drupal Developer similar company theme, and it really works tremendous.
What causes Drupal Developer default theme’s libraries to not be utilized?