Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

emotion select all childrens

const myDiv = styled.div`
   width: 500px;
    > * {
     /* your style Goes here */
    }
    
    /*you could also target individual html tags*/
     > h1 {
     /* your style  Goes here */
    }
`;
 
PREVIOUS NEXT
Tagged: #emotion #select #childrens
ADD COMMENT
Topic
Name
6+5 =