drldavis
Results
2
comments of
drldavis
The difficult part for me was just finding out that this method existed. ``` const Title = styled(Typography)` display: flex; flex-wrap: wrap; align-self: start; @media (min-width:528px) { align-self: center; margin-left:...
Could I do the above but with an anonymous function? The reason I think this could be beneficial to include in the docs is because people coming from styled-components are...