sahilshahpatel / sahilshahpatel.github.io

0 stars 0 forks source link

Move away from separate scss #30

Open sahilshahpatel opened 7 months ago

sahilshahpatel commented 7 months ago

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.