mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove css extensions from themes package.cson stylesheet list
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
'stylesheets': [
|
||||
'atom.css'
|
||||
'editor.css'
|
||||
'select-list.css'
|
||||
'tree-view.css'
|
||||
'tabs.css'
|
||||
'status-bar.css'
|
||||
'command-panel.css'
|
||||
'command-logger.css'
|
||||
'blurred.css'
|
||||
'atom'
|
||||
'editor'
|
||||
'select-list'
|
||||
'tree-view'
|
||||
'tabs'
|
||||
'status-bar'
|
||||
'command-panel'
|
||||
'command-logger'
|
||||
'blurred'
|
||||
]
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
'stylesheets': [
|
||||
'atom.css'
|
||||
'editor.css'
|
||||
'overlay.css'
|
||||
'select-list.css'
|
||||
'tree-view.css'
|
||||
'tabs.css'
|
||||
'status-bar.css'
|
||||
'command-panel.css'
|
||||
'command-logger.css'
|
||||
'blurred.css'
|
||||
'atom'
|
||||
'editor'
|
||||
'overlay'
|
||||
'select-list'
|
||||
'tree-view'
|
||||
'tabs'
|
||||
'status-bar'
|
||||
'command-panel'
|
||||
'command-logger'
|
||||
'blurred'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user