File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
// Create a widget manager instance.
2
2
var WidgetManager = require ( './manager' ) . WidgetManager ;
3
3
4
- require ( '@jupyter-widgets/controls/css/widgets.built. css' ) ;
4
+ require ( '@jupyter-widgets/controls/css/widgets.css' ) ;
5
5
6
6
document . addEventListener ( "DOMContentLoaded" , function ( event ) {
7
7
var manager = new WidgetManager ( document . body ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ require("codemirror/lib/codemirror.css");
3
3
require ( "codemirror/mode/python/python" ) ;
4
4
var WidgetManager = require ( "./manager" ) . WidgetManager ;
5
5
6
- require ( '@jupyter-widgets/controls/css/widgets.built. css' ) ;
6
+ require ( '@jupyter-widgets/controls/css/widgets.css' ) ;
7
7
require ( 'font-awesome/css/font-awesome.css' ) ;
8
8
9
9
document . addEventListener ( "DOMContentLoaded" , function ( event ) {
Original file line number Diff line number Diff line change 2
2
* Distributed under the terms of the Modified BSD License.
3
3
*/
4
4
5
- /* We import all of these together in a single css file because the Webpack
6
- loader sees only one file at a time. This allows postcss to see the variable
7
- definitions when they are used. */
8
-
9
5
@import "./labvariables.css" ;
10
6
@import "./widgets-base.css" ;
You can’t perform that action at this time.
0 commit comments