-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: update stack and /open-design #148
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📝 Changed routes:
And 2 other routes: 4 deleted routes:
Commit f42271e (https://dual-power-2kolcjgol-blacksocialists.vercel.app). |
i see that the font files were deleted from public/fonts, was this intentional? those were being used in storybook; not sure if we should just move them somewhere else. going to see if i can get the styles to show up in storybook otherwise |
uno loads them. if you can't get uno to load them for storybook you could use css imports from google fonts in |
so i got storybook working with unocss, but i have to use node 16 because we're using webpack 4. is it worth having the .nvmrc specify node 18? |
storybook will not run on node version 16 or 17 without ssl issues
NOTE: unocss isnt playing nicely with nextjs all the time. the fix is to save
next.config.js
to force a server restart without killing the process. idk why this happens. there is an unocss engine using postcss instead of a webpack plugin which solves this problem, but it's not stable yetBREAKING: slight differences with uno syntax. https://unocss.dev/presets/wind#differences-from-windi-css