DEV: Don't pass in extra, ignored parameters when rendering sass (#21591)

As far as I can tell, these parameters do nothing.
This commit is contained in:
Daniel Waterworth 2023-05-16 12:14:06 -05:00 committed by GitHub
parent 4bfd1fd998
commit 353c8ea51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -55,10 +55,6 @@ module Stylesheet
style: :compressed,
source_map_file: source_map_file,
source_map_contents: true,
theme_id: options[:theme_id],
theme: options[:theme],
theme_field: options[:theme_field],
color_scheme_id: options[:color_scheme_id],
load_paths: load_paths,
validate_source_map_path: false,
)