-
Notifications
You must be signed in to change notification settings - Fork 921
Closed as not planned
Labels
closed-by-botquestionFurther information is requestedFurther information is requestedstalev3#1289#1289
Description
Description
I've read through https://ui.nuxt.com/getting-started/theme but I didn't see anything that mentions how to do this...
I'm looking for a way to completely remove all of the styles in a specific slot of a component (as opposed to just overriding each style one by one).
For example, lets say I'm looking at Modal and want to remove all styles under content. I tried using both null and "" but those didn't seem to work.
{
ui: {
modal: {
slots: {
content: null,
}
}
}
}
Is this possible to do?
Lionad-MorotarPenguinQ
Metadata
Metadata
Assignees
Labels
closed-by-botquestionFurther information is requestedFurther information is requestedstalev3#1289#1289