Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Dec 31, 2023
1 parent 8797ff7 commit 2f014b9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/sassc/rails/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ def config_options
opts = { style: sass_style, load_paths: load_paths }

if ::Rails.application.config.sass.inline_source_maps
opts.merge!({
source_map_file: '.',
source_map_embed: true,
source_map_contents: true
})
opts.merge!(source_map_file: '.',
source_map_embed: true,
source_map_contents: true)
end

opts
Expand Down

0 comments on commit 2f014b9

Please sign in to comment.