From b2c4edfae53dbdc1da6ff6f87fec37870aa9119d Mon Sep 17 00:00:00 2001 From: Peter Hunnisett <29824554+phBalance@users.noreply.github.com> Date: Sat, 14 Dec 2024 10:01:11 -0700 Subject: [PATCH] fix(foundry-overrides): put scss in new location --- scss/herosystem6e.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/herosystem6e.scss b/scss/herosystem6e.scss index c9f38a5d..e61b64f3 100644 --- a/scss/herosystem6e.scss +++ b/scss/herosystem6e.scss @@ -12,7 +12,7 @@ @use "global/flex"; /* Styles for dice which are direct overrides of FoundryVTT styling */ -@include meta.load-css("components/dice"); +@include meta.load-css("components/foundry-overrides/dice"); /* Styles limited to hero sheets */ .hero {