mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 13:21:01 +08:00
DEV: Update sass gems/package (#31396)
…and temporarily silence the new deprecations: color-functions, import, global-builtin.
This commit is contained in:
@ -55,6 +55,7 @@ module Stylesheet
|
||||
source_map_file: source_map_file,
|
||||
source_map_contents: true,
|
||||
load_paths: load_paths,
|
||||
silence_deprecations: %w[color-functions import global-builtin],
|
||||
)
|
||||
|
||||
result = engine.render
|
||||
|
Reference in New Issue
Block a user