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
Using css tempalte tag in solid-start routes/pages causes an error.
Minimum repro example:
import{css}from'solid-styled'exportdefaultfunctionPage(){css` .content {padding:2rem; } `return(<main><divclass="content">This is a plain card</div></main>)}
Error:
Unexpected use of `css`. Make sure that solid-styled's plugin is setup correctly.
Using css template on other components (e.g. ~/components/Component.tsx) works perfectly fine.
Using
css
tempalte tag in solid-start routes/pages causes an error.Minimum repro example:
Error:
Using
css
template on other components (e.g.~/components/Component.tsx
) works perfectly fine.Config:
The text was updated successfully, but these errors were encountered: