Created
January 17, 2017 17:26
-
-
Save xcoderzach/2dcbca6874c93502af2c49d981673247 to your computer and use it in GitHub Desktop.
lodash/fp get with styled components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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