From 36637b070aa9c9d1df225600e70be7be648fa24e Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Mon, 12 Aug 2024 12:07:15 +0100 Subject: [PATCH] Delete unused Sass config --- config/environments/production.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 5d75dac58..c4851bd19 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -78,10 +78,6 @@ # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false - # Rather than use a CSS compressor, use the SASS style to perform compression - config.sass.style = :compressed - config.sass.line_comments = false - # Enable DNS rebinding protection and other `Host` header attacks. # config.hosts = [ # "example.com", # Allow requests from example.com