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