1
0
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:
Elan Ruusamäe
2016-10-17 15:14:56 +03:00
parent 74042c87ad
commit b31ddbf4c1

View File

@@ -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