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
Hello mfuu
it looks like
please check https://codesandbox.io/s/gracious-mirzakhani-69wgsy?file=/src/components/HelloWorld.vue codesandbox
the classes 'red-background' and 'hover-background' not applied!
did I do some syntax error?
The text was updated successfully, but these errors were encountered:
The style should be like this:
.a >>> .b { ... }
or in scss
.a { /deep/ .b { } }
Sorry, something went wrong.
oh, thank you again :-) that is working now
No branches or pull requests
Hello mfuu
it looks like
please check https://codesandbox.io/s/gracious-mirzakhani-69wgsy?file=/src/components/HelloWorld.vue codesandbox
the classes 'red-background' and 'hover-background' not applied!
did I do some syntax error?
The text was updated successfully, but these errors were encountered: