From 2440bbad88026cdb0d2a97cfdb1fdf4d959841e5 Mon Sep 17 00:00:00 2001 From: Stephan Bogner Date: Mon, 29 Nov 2021 21:12:57 +0100 Subject: [PATCH] Fix resolve of scss/css-file in Starter Example (#2020) I can't find the section in the documentation anymore about resolving SCSS-files (maybe it's gone since v0.21) but the Starter Example doesn't load the SCSS/CSS file anymore. The change above fixes it. --- examples/starter/src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/starter/src/pages/index.astro b/examples/starter/src/pages/index.astro index 20c2352c5..fea66e595 100644 --- a/examples/starter/src/pages/index.astro +++ b/examples/starter/src/pages/index.astro @@ -21,8 +21,8 @@ let title = 'My Astro Site'; - - + +