-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
affine.css not found #8451
Comments
Turns out, I'm not insane because apparently something got f'ed it themes folder got dropped after 0.17.13 - https://www.npmjs.com/package/@blocksuite/presets/v/0.17.13?activeTab=code |
I found style.css in @toeverything/theme. |
I'm using it too now but had to find that affine.css to know to look for @toeverything/theme ;) |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying out the nextjs starter and there's a line
import '@blocksuite/presets/themes/affine.css'
but build crashes becauseaffine.css
is not there. I mean I literally can't find the file anywhere. I can see@blocksuite/presets
installed normally and the editor loads fine but that style file doesn't exist, so styling is off. I tried to find the file manually and went through sources but I'm guessing it's compiled, so couldn't find it.I must be doing something wrong here 🤣
If it matters, I'm using
pnpm
as a package manager.The text was updated successfully, but these errors were encountered: