I\'m having a trouble of rendering pseudo before content dynamically in styled-components.
Am I doing something wrong?
I have no problem when I render pseudo bef
styled-components works the same as in sass, nothing different
const Text = styled.span` &:before { content: ${props => !!props.before ? props.before : "