Problem/Motivation
#3001660: Fix Umami's responsive layout styles introduced a new css file to umami.libraries.yml:
css/components/regions/page-title/page-title.css: {}
However, this file does not exist.
Steps to reproduce
- Install Umami
- Disable CSS aggregation
- Note the 404 in the Network tab in the browser development tools: core/profiles/demo_umami/themes/umami/css/components/regions/page-title/page-title.css
Proposed resolution
Remove css/components/regions/page-title/page-title.css: {}
from umami.libraries.yml
Remaining tasks
- Write a patch
- Review
- Commit
User interface changes
None.
API changes
None.
Data model changes
None.