- Issue created by @mmenavas
- πΊπΈUnited States brianbrarian
In the meantime, here's a q&d patch if one has already added the contrib Seven theme.
As of v8.x-2.7, the uswds.libraries.yml file has a reference to a stylesheet (dropbutton.component.css) from the Seven theme that used to be in Drupal core (prior to D10). Since the referenced CSS file no longer exists, I get a 404 on the browser's developer tools network tab.
- Install and enable the uswds theme (or a child theme).
- Open developer tools and go to the network tab.
- Go to home page.
- You should see a 404 for /core/themes/seven/css/components/dropbutton.component.css
- Remove dependency on Seven theme, which is now on contrib space, by maintaining our own stylesheets.
- Discuss best path forward.
Active
2.0
Code
In the meantime, here's a q&d patch if one has already added the contrib Seven theme.