Skip to content

Commit e7ce461

Browse files
committed
fix scss variable import
1 parent 5fc04d9 commit e7ce461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Magnific Popup CSS */
22
@use 'sass:math';
3-
@import "settings";
3+
@use "settings" as *;
44

55
////////////////////////
66
//

0 commit comments

Comments
 (0)