Skip to content

Commit

Permalink
Add support for .sass
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Fürhoff committed Jan 8, 2025
1 parent d809671 commit 7c2b502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ViteManifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,6 @@ protected function useServer(): bool

private function isStylesheet($filename): bool
{
return in_array(pathinfo($filename, PATHINFO_EXTENSION), ['css', 'less', 'scss']);
return in_array(pathinfo($filename, PATHINFO_EXTENSION), ['css', 'less', 'scss', 'sass']);
}
}

0 comments on commit 7c2b502

Please sign in to comment.