Skip to content

Instantly share code, notes, and snippets.

@kenakingkong
Last active November 25, 2020 23:16
Show Gist options
  • Save kenakingkong/4256385019c080108f92818a40da0133 to your computer and use it in GitHub Desktop.
Save kenakingkong/4256385019c080108f92818a40da0133 to your computer and use it in GitHub Desktop.
// src/media.js
import { createMedia } from "@artsy/fresnel"
const QueryBreakpoints = createMedia({
breakpoints: {
xs: 0,
sm: 768,
md: 1000,
lg: 1200,
},
})
export const mediaStyles = QueryBreakpoints.createMediaStyle()
export const { Media, MediaContextProvider } = QueryBreakpoints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment