Remove system-specific CSS files provided by core starterkit
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3554667. --> Reported by: [pameeela](https://www.drupal.org/user/1431110) Related to !101 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The <code>css/components</code> folder includes a bunch of CSS files generated by the starterkit. These are being loaded in <code>mercury.libraries.yml</code> but I am not sure why -- most of them don't seem needed and if we do need styles, we should do them using Tailwind to keep things consistent.</p> <p>I have tested a fresh install of Byte with these all removed and I can't see any differences. So I think we should just remove them, and if we notice weird things, fix them the Mercury way.</p>
issue