diff --git a/src/Configuration.php b/src/Configuration.php index e2f645a..23aa132 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -257,7 +257,7 @@ protected function createDevelopmentTag(string $path): string { $url = Str::of($this->config('dev_server.url'))->finish('/')->append($path); - if (Str::endsWith($path, '.css')) { + if (Str::endsWith($path, ['.css', '.scss', '.sass', '.less', '.styl', '.stylus'])) { return $this->tagGenerator->makeStyleTag($url); }