mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 05:58:19 +08:00
DEV: prevents attemps to redefine THEME_TARGETS constant (#8121)
This commit is contained in:
@ -7,7 +7,7 @@ module Stylesheet
|
||||
class Importer < SassC::Importer
|
||||
include GlobalPath
|
||||
|
||||
THEME_TARGETS = %w{embedded_theme mobile_theme desktop_theme}
|
||||
THEME_TARGETS ||= %w{embedded_theme mobile_theme desktop_theme}
|
||||
|
||||
def self.special_imports
|
||||
@special_imports ||= {}
|
||||
|
Reference in New Issue
Block a user