-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Draft: Cookie Control rewrite (use new dialog component) #233
base: master
Are you sure you want to change the base?
Draft: Cookie Control rewrite (use new dialog component) #233
Conversation
@dargmuesli Here is a preview of the mentioned issues. This is not ready so keep in mind that maybe not everything is working. not included so far:
what is included:
Preview: https://stackblitz.com/~/github.com/raphaelbernhart/nuxt-cookie-control Please check the preview and give feedback, thanks :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Keep on rocking this 🤟
// module configuration | ||
exposeConfig: true, | ||
viewer: false, | ||
config: { | ||
theme: { | ||
extend: { | ||
colors: moduleOptions.colors as unknown as any, | ||
}, | ||
}, | ||
darkMode: 'class', | ||
content: [ | ||
resolver.resolve('./runtime/**/*.{vue,mjs,ts}'), | ||
resolver.resolve('./runtime/*.{mjs,js,ts}'), | ||
], | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this config merge with a user's tailwind configuration in the downstream projects?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is one of the main things I still have to check. Not sure atm
DRAFT:
This MR is still in draft, it serves just as a preview.
📚 Description
This is the MR for the following issues and disucssions:
📝 Checklist