Make Tailwind available in the component CSS
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3535689. --> Reported by: [lauriii](https://www.drupal.org/user/1078742) Related to !95 >>> <h3 id="overview">Overview</h3> <p>I was trying to add CSS to style lists within a text component. Turns out that Tailwind is not working in the component CSS even though it's available in the Global CSS.</p> <p>I should be able to do this in the component CSS:</p> <pre>.c-text ul {<br>&nbsp; @apply list-disc list-inside;<br>}</pre><h3 id="proposed-resolution">Proposed resolution</h3> <p>Make Tailwind available in the component CSS.</p> <h3 id="ui-changes">User interface changes</h3>
issue