diff --git a/src/dat/gui/GUI.js b/src/dat/gui/GUI.js index 42889da..b4646f2 100644 --- a/src/dat/gui/GUI.js +++ b/src/dat/gui/GUI.js @@ -27,8 +27,6 @@ import common from '../utils/common'; import styleSheet from './style.scss'; // CSS to embed in build -// css.inject(styleSheet); - /** @ignore Outer-most className for GUI's */ const CSS_NAMESPACE = 'dg';