mirror of
https://github.com/mrclay/minify.git
synced 2025-08-16 11:03:59 +02:00
add missing .scss to css type map. #549
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user