We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Modal
content
null
""
{ ui: { modal: { slots: { content: null, } } } }
Is this possible to do?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 undercontent
. I tried using bothnull
and""
but those didn't seem to work.Is this possible to do?
The text was updated successfully, but these errors were encountered: