I hereby claim:
- I am haustraliaer on github.
- I am haustraliaer (https://keybase.io/haustraliaer) on keybase.
- I have a public key whose fingerprint is 906F B017 7976 9D6D 5ED0 3AE8 394B FDAB 0534 E36D
To claim this, I am signing this object:
| import style from './classedCSS.css' | |
| import classnames from 'classnames' | |
| import React from 'react' | |
| export default React.createClass({ | |
| render: function() { | |
| return ( | |
| <div | |
| className={classnames("SomeDiv", { |
| import React from 'react' | |
| import delicious from './yu.m.css' | |
| import ew from './gross.css' | |
| export default React.createClass({ | |
| render() { | |
| return ( | |
| <div className={`hard-tacos ${delicious['soft-tacos']}`}>yaaaaaayyyy!</div> | |
| ) |
| var style = require('library.css') | |
| if(typeof this.props.style !== 'undefined') { | |
| // style is just an object (if using webpack/postcss) so we can use js to overide class keys | |
| // (arbitrary merge function) | |
| merge(style, this.props.style) | |
| } | |
| render() { | |
| return ( |
I hereby claim:
To claim this, I am signing this object: