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

selector with vue-styled-components #121

Closed
didemkome opened this issue Feb 12, 2021 · 3 comments
Closed

selector with vue-styled-components #121

didemkome opened this issue Feb 12, 2021 · 3 comments

Comments

@didemkome
Copy link

didemkome commented Feb 12, 2021

I can not reach an styled component under a wrapper. I want to use a selector inside it but when i check it from chrome dev tools, styles doesn't seem correct.

export const ButtonWrapper = styled.div`
	display: flex;

	${PrimaryButton} {
		background: red;
	}
`;

@onurykaya
Copy link

i have a same problem

@tuceo
Copy link

tuceo commented Feb 12, 2021

Same here

@liqueflies
Copy link
Collaborator

Duplicated Issue, please see #97.

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

No branches or pull requests

4 participants