mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
convert 2d css to less
This commit is contained in:
parent
6ac8939595
commit
1d66e1215d
1 changed files with 2 additions and 3 deletions
|
|
@ -5,6 +5,7 @@ import * as toolkit from './ui/toolkit';
|
|||
import {askNumber} from './utils/utils';
|
||||
import {Constraints} from './sketcher/parametric'
|
||||
import './utils/jqueryfy'
|
||||
import '../css/app.less'
|
||||
|
||||
function initializeSketcherApplication() {
|
||||
var app = new App2D();
|
||||
|
|
@ -201,6 +202,4 @@ function initializeSketcherApplication() {
|
|||
app.dock.views['Dimensions'].node.append(constantTextArea);
|
||||
}
|
||||
|
||||
window.onload = function() {
|
||||
setTimeout(initializeSketcherApplication, 0);
|
||||
};
|
||||
$( () => initializeSketcherApplication() );
|
||||
|
|
|
|||
Loading…
Reference in a new issue