styled-components / vue-styled-components

Visual primitives for the component age. A simple port for Vue of styled-components 💅
MIT License
1.38k stars 99 forks source link

selector with vue-styled-components #121

Closed didemkome closed 3 years ago

didemkome commented 3 years ago

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 commented 3 years ago

i have a same problem

tuceo commented 3 years ago

Same here

liqueflies commented 3 years ago

Duplicated Issue, please see #97.