From a3a01f8283ef3bd7ee975936a3acb87698a26e42 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 20 Dec 2023 16:37:26 +0000 Subject: [PATCH] Delete unused Sass config --- config/environments/production.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index cc0f5b78298..299fc336fd2 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -26,8 +26,6 @@ # Compress JavaScripts. config.assets.js_compressor = :uglifier - # Compress CSS using a preprocessor. - # config.assets.css_compressor = :sass # Do not add source map line comments into css files config.sass.line_comments = false @@ -38,10 +36,6 @@ # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.asset_host = "http://assets.example.com" - # Rather than use a CSS compressor, use the SASS style to perform compression. - config.sass.style = :compressed - config.sass.line_comments = false - # Specifies the header that your server uses for sending files. # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for Apache # config.action_dispatch.x_sendfile_header = "X-Accel-Redirect" # for NGINX