Skip to content

Instantly share code, notes, and snippets.

@xcoderzach
Created January 17, 2017 17:26
Show Gist options
  • Save xcoderzach/2dcbca6874c93502af2c49d981673247 to your computer and use it in GitHub Desktop.
Save xcoderzach/2dcbca6874c93502af2c49d981673247 to your computer and use it in GitHub Desktop.
lodash/fp get with styled components
import { get } from 'lodash/fp'
styled.div`
background-color: ${get('theme.mediumGrey')}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment