Skip to content

Commit

Permalink
Added necessary imports and temporary styling to make it all work aft…
Browse files Browse the repository at this point in the history
…er the merge
  • Loading branch information
OZhurbenko committed Apr 21, 2016
1 parent 92d262a commit 6cd0de1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bigbluebutton-html5/client/stylesheets/style.less
@@ -1,6 +1,12 @@
@import "variables";
@import "mixins";

#testing {
width: 100%;
height: 100%;
}


body {
background: extract(@white, 3);
bottom: 0;
Expand Down
@@ -1,3 +1,5 @@
import classNames from 'classnames';

EmojiContainer = React.createClass ({
mixins: [ReactMeteorData],
getMeteorData() {
Expand Down
2 changes: 2 additions & 0 deletions bigbluebutton-html5/client/views/whiteboard/Whiteboard.jsx
@@ -1,3 +1,5 @@
import classNames from 'classnames';

Whiteboard = React.createClass({
mixins: [ReactMeteorData],
getMeteorData() {
Expand Down

0 comments on commit 6cd0de1

Please sign in to comment.