-
Notifications
You must be signed in to change notification settings - Fork 529
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
[TypeScript] Add custom variants, colors #858
Comments
@theguriev What you wrote should work fine when using the |
There was indeed another issue that I completely forgot about when implementing #692, the user |
@benjamincanac Nice! Thank you! :) |
@theguriev Had to revert my commit into #863 (comment) |
This would be such a cool feature! |
Should be working now 😊 |
Thank you!
…On Fri, 17 Nov 2023 at 19:55, Benjamin Canac ***@***.***> wrote:
Should be working now 😊
—
Reply to this email directly, view it on GitHub
<#858 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACA3WBPW3RZMHVHS5DA5INDYE6QIJAVCNFSM6AAAAAA6OGOOQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJWHA2TGNBRGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Description
How to add variants so that types are taken into account and it works correctly in app.config.ts?
I'm trying to do something like that #725 (comment)
But unfortunately types is just not working.
Moreover I was trying to add something like that but it's also not working.
Looks like AppConfigInput will be overwritten by the module types. So how to extend it?
Additional context
Vue Tailwind implements such a feature (see https://www.vue-tailwind.com/docs/theming#variants).
The text was updated successfully, but these errors were encountered: