-
Notifications
You must be signed in to change notification settings - Fork 157
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
Move Docus Colors to settings.json #88
Comments
Would you want to try to implement it @farnabaz ? |
Manifest |
Well I guess we could anyway compute them for the |
What is the right way to detect path of |
I think we shall do it right inside Then we can overwrite directly the user config there. |
Co-authored-by: Yaël Guilloux <[email protected]>
I would love to be able to move the colors to the settings.json to docus won't add any key inside the Nuxt config directly.
We could leverage the CSS variables in order to give TailwindCSS custom colors on runtime: https://levelup.gitconnected.com/tailwindcss-with-css-variables-513abe2e9a5
This way, we could have HMR on the docus theme colors.
The text was updated successfully, but these errors were encountered: