Added necessary imports and temporary styling to make it all work after the merge
This commit is contained in:
parent
92d262a104
commit
6cd0de19f9
@ -1,6 +1,12 @@
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
|
||||
#testing {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
background: extract(@white, 3);
|
||||
bottom: 0;
|
||||
|
@ -1,3 +1,5 @@
|
||||
import classNames from 'classnames';
|
||||
|
||||
EmojiContainer = React.createClass ({
|
||||
mixins: [ReactMeteorData],
|
||||
getMeteorData() {
|
||||
|
@ -1,3 +1,5 @@
|
||||
import classNames from 'classnames';
|
||||
|
||||
Whiteboard = React.createClass({
|
||||
mixins: [ReactMeteorData],
|
||||
getMeteorData() {
|
||||
|
Loading…
Reference in New Issue
Block a user