Fix deprecated styleSheets manifest key

This commit is contained in:
Nathan Sobo
2015-01-14 18:45:13 -07:00
parent 94cee03335
commit fb4956dde6

View File

@@ -1,4 +1,4 @@
{
"theme": "ui",
"stylesheets": ["editor.less"]
"styleSheets": ["editor.less"]
}