From 2c70b3e7f0532544b311df2a2668da9ade19b198 Mon Sep 17 00:00:00 2001 From: Jon Kirwan <87758239+jon-kirwan@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:41:21 +0000 Subject: [PATCH] Delete unused Sass config Co-Authored-By: Martin Jones <28779939+MartinJJones@users.noreply.github.com> --- config/environments/production.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 85fc53d4b..05a4df211 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -33,10 +33,6 @@ # Do not fallback to assets pipeline if a precompiled asset is missed. config.assets.compile = false - # Rather than use a CSS compressor, use the SASS style to perform compression. - config.sass.style = :compressed - config.sass.line_comments = false - # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.asset_host = "http://assets.example.com"