- Default to stylesheet above `editor` directory
parent
f11c918c53
commit
bfbd0a42ec
|
@ -67,7 +67,7 @@ svgEditor.setConfig({
|
||||||
|
|
||||||
// STYLESHEET CONFIG
|
// STYLESHEET CONFIG
|
||||||
svgEditor.setConfig({
|
svgEditor.setConfig({
|
||||||
stylesheets: ['@default', 'svgedit-custom.css']
|
stylesheets: ['@default', '../svgedit-custom.css']
|
||||||
});
|
});
|
||||||
|
|
||||||
// OTHER CONFIG
|
// OTHER CONFIG
|
||||||
|
|
Loading…
Reference in New Issue