You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/unity-bootstrap-theme/src/scss/_shared.scss
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
// load brand rules (former design tokens)
2
2
@import"custom-asu-variables";
3
3
// default path for image assets (assuming the images will be hosted from the web root). Storybook and themes override this for their particular path needs
4
-
$image-assets-path: "/img"!default;
4
+
$image-assets-path: "../img"!default;
5
5
6
6
/*
7
7
TODO: all imports below belong to the previous bootstrap 4 package, you have to check each import and be careful when removing it.
0 commit comments