Added necessary imports and temporary styling to make it all work after the merge

This commit is contained in:
Oleksandr Zhurbenko 2016-04-21 12:21:01 -07:00
parent 92d262a104
commit 6cd0de19f9
3 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,12 @@
@import "variables";
@import "mixins";
#testing {
width: 100%;
height: 100%;
}
body {
background: extract(@white, 3);
bottom: 0;

View File

@ -1,3 +1,5 @@
import classNames from 'classnames';
EmojiContainer = React.createClass ({
mixins: [ReactMeteorData],
getMeteorData() {

View File

@ -1,3 +1,5 @@
import classNames from 'classnames';
Whiteboard = React.createClass({
mixins: [ReactMeteorData],
getMeteorData() {