No build process builds all CSS types
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3545853. -->
Reported by: [lanny heidbreder](https://www.drupal.org/user/19794)
Related to !134
>>>
<p><code>pnpm run build</code> and <code>pnpm run dev</code> build main.min.css based on classes Tailwind finds, but do not build components' .tailwind.css files. <code>pnpm run storybook</code> builds the .tailwind.css files, and dynamically loads the main.css source file, but does not build the final main.min.css file. All three processes should build all CSS types when any relevant file changes.</p>
> Related issue: [Issue #3558134](https://www.drupal.org/node/3558134)
issue