Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am eunicekokor on github.
  • I am eunice (https://keybase.io/eunice) on keybase.
  • I have a public key ASDQTbkh4PuEqTlN8wppsFRcZyvv3J26Du-d-7LWLiE3lgo

To claim this, I am signing this object:

Verifying my Blockstack ID is secured with the address 1A7tfjS83WVde7eEoMUvAUK8SdEWatZCRv https://explorer.blockstack.org/address/1A7tfjS83WVde7eEoMUvAUK8SdEWatZCRv
Verifying my Blockstack ID is secured with the address 1A7tfjS83WVde7eEoMUvAUK8SdEWatZCRv https://explorer.blockstack.org/address/1A7tfjS83WVde7eEoMUvAUK8SdEWatZCRv
@eunicekokor
eunicekokor / emotion-breakpoints.js
Created October 28, 2019 15:06
handling breakpoints /w emotion
/** @jsx jsx */
import { jsx, css } from '@emotion/core'
const breakpoints = {'mobile': 320, 'tablet':768, 'desktop':992, 'desktop-xl': 1200};
const mq = (size) => `@media (min-width: ${breakpoints[size]}px)`
render(
<div>
const config = {
type: 'scatter',
data: data,
options: {
scales: {
y: {
beginAtZero: true
},
x: {
type: 'time',