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)

View File

@@ -1,5 +1,6 @@
@import "bootstrap/less/bootstrap.less";
@import "root-view.less";
@import "config.less";
@import "overlay.less";
@import "popover-list.less";
@import "notification.less";