Load packages with the fallback variables

This commit is contained in:
Ben Ogle
2014-07-11 14:07:19 -07:00
parent 9fbc6d4f02
commit bbe02fc6b0
2 changed files with 14 additions and 6 deletions

View File

@@ -158,7 +158,7 @@ class Package
loadStylesheets: ->
@stylesheets = @getStylesheetPaths().map (stylesheetPath) ->
[stylesheetPath, atom.themes.loadStylesheet(stylesheetPath)]
[stylesheetPath, atom.themes.loadStylesheet(stylesheetPath, true)]
getStylesheetsPath: ->
path.join(@path, @constructor.stylesheetsDir)