mirror of
https://github.com/atom/atom.git
synced 2026-01-14 01:18:01 -05:00
Pull config stylesheet into atom.less
This commit is contained in:
committed by
Corey Johnson & Kevin Sawicki
parent
c5e34c60f8
commit
ac65e288df
@@ -30,7 +30,6 @@ window.setUpEnvironment = ->
|
||||
keymap.bindDefaultKeys()
|
||||
|
||||
requireStylesheet 'atom'
|
||||
requireStylesheet 'config'
|
||||
|
||||
if nativeStylesheetPath = fsUtils.resolveOnLoadPath(process.platform, ['css', 'less'])
|
||||
requireStylesheet(nativeStylesheetPath)
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user