Skip to content
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

rule with :deep still have the component selector append when followed by a space #39

Open
svieujot opened this issue Sep 23, 2023 · 1 comment

Comments

@svieujot
Copy link
Contributor

For example:

:deep(.rollUp) .unlockSplash {
    max-height: 0;
}

Should return .rollUp .unlockSplash.test{max-height: 0;}
but is returning .rollUp.test .unlockSplash.test{max-height: 0;}

@abishekatp
Copy link
Owner

Hi, I have checked locally and it is working form me. I have added that example here. This example uses the latest changes in the main branch. Please check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants