-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS remote imports do not work in Non SSR mode #126
Comments
thanks @FallingSnow i will look into it. |
Same issue, it seems |
Does using a static |
It also fails in SSR mode (SSR true)
|
i'm re-writing the loader system, will fix this next patch |
close ref #388 |
Add tailwindcss, then add a class. This class is applied in SSR but not SSG.
Repo: https://github.com/FallingSnow/alephjs-issue
Code:
SSG:

SSR:

The text was updated successfully, but these errors were encountered: