Skip to content

Instantly share code, notes, and snippets.

View kirbdee's full-sized avatar
🔥
pew pew

Kirbs kirbdee

🔥
pew pew
  • Some Big Tech Company
  • California
View GitHub Profile
@mnelson
mnelson / normalize.js
Last active October 14, 2015 17:23
normalize.css converted for radium.js
export default {
'html' : {
fontFamily: 'sans-serif',
msTextSizeAdjust: '100%',
webkitTextSizeAdjust: '100%'
},
'body' : {
margin: 0
},
'article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary': {