Skip to content

Instantly share code, notes, and snippets.

View danseethaler's full-sized avatar

Dan Seethaler danseethaler

View GitHub Profile
@danseethaler
danseethaler / StyledButton.js
Last active July 5, 2017 19:20
A styled css-in-js button
('use strict');
import React from 'react';
import glamorous from 'glamorous';
const colors = {
success: '#29A88E',
danger: '#C65F4A',
primary: '#6DCFD3',
info: '#FFD035',
<!DOCTYPE html>
<html>
<head>
<script src="background.js"></script>
</head>
<body>
<textarea id="sandbox"></textarea>
</body>