SCSS intellisense isn't really working for me anyways, so it would be much better to put each components SCSS in the .astro file. The global and vars SCSS can be imported in the BasePage layout so they are always around.
Currently all SCSS for the entire project is loaded on every page, even bits that don't matter. Putting the SCSS in the .astro files would eliminate this problem.
SCSS intellisense isn't really working for me anyways, so it would be much better to put each components SCSS in the .astro file. The global and vars SCSS can be imported in the BasePage layout so they are always around.
Currently all SCSS for the entire project is loaded on every page, even bits that don't matter. Putting the SCSS in the .astro files would eliminate this problem.