Created
August 1, 2016 22:11
-
-
Save mikeyamadeo/df81f9c7f12de02dc2600e6db8af8121 to your computer and use it in GitHub Desktop.
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 { StyleSheet, css } from 'aphrodite' | |
import { colors, spacing, viewport } from 'App/style/settings' | |
const styles = StyleSheet.create({ | |
container: { | |
border: `solid 1px ${colors.primary}`, | |
[viewport.narrow]: { | |
padding: spacing.tiny | |
} | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment