Skip to content

Instantly share code, notes, and snippets.

@mikeyamadeo
Created August 1, 2016 22:11
Show Gist options
  • Save mikeyamadeo/df81f9c7f12de02dc2600e6db8af8121 to your computer and use it in GitHub Desktop.
Save mikeyamadeo/df81f9c7f12de02dc2600e6db8af8121 to your computer and use it in GitHub Desktop.
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