Pull config stylesheet into atom.less

This commit is contained in:
Nathan Sobo
2013-04-17 14:05:25 -06:00
committed by Corey Johnson & Kevin Sawicki
parent c5e34c60f8
commit ac65e288df
2 changed files with 1 additions and 1 deletions

View File

@@ -30,7 +30,6 @@ window.setUpEnvironment = ->
keymap.bindDefaultKeys()
requireStylesheet 'atom'
requireStylesheet 'config'
if nativeStylesheetPath = fsUtils.resolveOnLoadPath(process.platform, ['css', 'less'])
requireStylesheet(nativeStylesheetPath)