You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling <link webc:for="href of stylesheets" rel="stylesheet" :href="href"> shows the css files are found, the element is removed from the HTML output, but the default bundle is missing the CSS.
<templatewebc:if="stylesheets" webc:nokeep><linkwebc:for="href of stylesheets" rel="stylesheet" :href="href"></template>
^ This is also not working... same issue; HTML is excised, but CSS is not bundled.
Compiling
<link webc:for="href of stylesheets" rel="stylesheet" :href="href">
shows the css files are found, the element is removed from the HTML output, but the default bundle is missing the CSS.^ This is also not working... same issue; HTML is excised, but CSS is not bundled.
^ Edit: This works... isn't this also implicitly a template? I don't know why this would work and not the other.
The text was updated successfully, but these errors were encountered: