mirror of
https://github.com/atom/atom.git
synced 2026-01-21 04:48:12 -05:00
Fix deprecated styleSheets manifest key
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"theme": "ui",
|
||||
"stylesheets": ["editor.less"]
|
||||
"styleSheets": ["editor.less"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user