Styled Component/ React/ Semantic / Props and calc
问题 Hello i have a menu which is working normally I use the property to set its size open and closed and also in mobile resolution. But I tried to do the same with my content grid my second column and not getting the value I don't know if it has to do with calc: code: <ContainerGrid style={{background: '#eee'}}> {/* <ContainerGridColumn mobile={2} > */} <ContainerGridColumnMenu status={open ? '12.5%' : '50px'} mobile= {open ? '31.25%' : '12.5%'} > <div style={{background:'#000', width:'100%',