Skip to content

Instantly share code, notes, and snippets.

@blakeembrey
blakeembrey / index.js
Created January 7, 2016 22:43 — forked from apalm/index.js
requirebin sketch
var React = require('react')
var FreeStyle = require('free-style')
var Style = FreeStyle.create()
var x = Style.registerStyle({
background: 'red',
'@media (min-width: 400px)': {
background: 'yellow'
}