From b31ddbf4c100e4f93616760b9c7e948250a02f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 17 Oct 2016 15:14:56 +0300 Subject: [PATCH] add missing .scss to css type map. #549 --- lib/Minify/Source.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Minify/Source.php b/lib/Minify/Source.php index a4fc4d7..1769d6e 100644 --- a/lib/Minify/Source.php +++ b/lib/Minify/Source.php @@ -74,6 +74,7 @@ class Minify_Source implements Minify_SourceInterface case 'js': $this->contentType = Minify::TYPE_JS; break; case 'less': // fallthrough + case 'scss': // fallthrough case 'css': $this->contentType = Minify::TYPE_CSS; break; case 'htm': // fallthrough