Skip to content

Commit f0fd1a5

Browse files
committed
fix: foundation sites patch file for correct foundation variables overwrite
1 parent dd4f8fd commit f0fd1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_patches/feat__foundation_sites_and_purgecss_added.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss
206206
+// @see node_modules/foundation-sites/scss/settings/_settings.scss
207207
+
208208
// this global variables will also be available in every vue file
209-
+
209+
+@import "~foundation-sites/scss/global";
210210
+$light-gray: #e5e5e5;
211211
+$medium-gray: #c7c7c7;
212212
+$dark-gray: #8a8a8a;

0 commit comments

Comments
 (0)