Canvas AI: Use Direct Tailwind Classes Rather Than @apply Directives
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3544277. --> Reported by: [narendrar](https://www.drupal.org/user/1730192) Related to !15 !1505 >>> <h3 id="overview">Overview</h3> <p>The AI agent in Experience Builder is generating CSS code that uses Tailwind's <em>@apply</em> directive instead of applying Tailwind utility classes directly in the className attributes. Since @apply is not supported, this results in the component being unstyled.</p> <h3 id="proposed-resolution">Proposed resolution</h3> <p>Instruct agent to not use <em>@apply</em></p> <h3 id="ui-changes">User interface changes</h3>
issue