- Default to stylesheet above `editor` directory

master
Brett Zamir 2018-05-28 16:43:34 +08:00
parent f11c918c53
commit bfbd0a42ec
1 changed files with 1 additions and 1 deletions

View File

@ -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