mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
DEV: Raise exception for deprecations in core stylesheets (#31894)
This commit is contained in:
@ -63,6 +63,7 @@ module Stylesheet
|
||||
source_map_contents: true,
|
||||
load_paths: load_paths,
|
||||
silence_deprecations: %w[color-functions import global-builtin],
|
||||
fatal_deprecations: options[:strict_deprecations] ? %w[mixed-decls] : [],
|
||||
quiet: ENV["QUIET_SASS_DEPRECATIONS"] == "1",
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user