Skip to content

Commit 4475ea1

Browse files
Fix variable import path in magnific-popup settings (#298)
1 parent 5108cc5 commit 4475ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@use 'sass:math';
2-
@use "../../variables" as *;
2+
@use "minimal-mistakes/variables" as *;
33
////////////////////////
44
// Settings //
55
////////////////////////

0 commit comments

Comments
 (0)