Replies: 1 comment 2 replies
-
Hello @ITspirit I've got the same problem since I've upgraded from 5.2.3 to 5.3.X. Did you find a solution ? Thanks, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I´ve just implemented the whole stack via Webpack Encore. All modules are the newest available.
But when i integrate "@import '~bootstrap/scss/utilities/api';"
I receive this error:
SassError: $n: Invalid index 1 for a list with 0 elements. ╷ 7 │ @if type-of($values) == "string" or type-of(nth($values, 1)) != "list" { │ ^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/mixins/_utilities.scss 7:47 generate-utility() node_modules/bootstrap/scss/utilities/_api.scss 13:9 @content node_modules/bootstrap/scss/mixins/_breakpoints.scss 68:5 media-breakpoint-up() node_modules/bootstrap/scss/utilities/_api.scss 5:3 @import
Does anybody have had the same issue? Any ideas or recommendation ??
Regards,
Michael
Beta Was this translation helpful? Give feedback.
All reactions