Remove css extensions from themes package.cson stylesheet list

This commit is contained in:
probablycorey 2013-03-29 14:26:07 -07:00
parent a1e1bee334
commit 4b146f3459
2 changed files with 19 additions and 19 deletions

View File

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

View File

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