- Default to stylesheet above editor directory

This commit is contained in:
Brett Zamir
2018-05-28 16:43:34 +08:00
parent f11c918c53
commit bfbd0a42ec

View File

@@ -67,7 +67,7 @@ svgEditor.setConfig({
// STYLESHEET CONFIG
svgEditor.setConfig({
stylesheets: ['@default', 'svgedit-custom.css']
stylesheets: ['@default', '../svgedit-custom.css']
});
// OTHER CONFIG