Compiled site CSS should not contain any Storybook-specific styles
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3556317. -->
Reported by: [pameeela](https://www.drupal.org/user/1431110)
Related to !109
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>A few components have some CSS just for Storybook, using selectors prefixed with <code>.storybook-component-*</code>. This CSS ends up in the site's CSS, which is not ideal. Even though it's not much, it doesn't belong there. We should handle this another way, I'm assuming there is a way to add CSS for Storybook via some other method.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Install Drupal CMS, see that the aggregated CSS contains Storybook selectors.</p>
<h4 id="proposed-resolution">Proposed resolution</h4>
<p>Remove this CSS and ensure it doesn't get added again.</p>
<p>Separately, maybe in a follow up, figure out how to load the necessary CSS for Tailwind.</p>
issue