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
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Apologies if I have used the function wrong, it's hard to find documentation on the dash versions of these functions as things seem to have moved onto the dot notation. (However dot notation wouldn't compile for me) I also tried adding the separator argument but this did not help.
I don't think this is the desired behaviour as it ruins the list as it cannot be iterated on, shown by the 59 Debug which is the output from the @each loop.
I have solved this for now by just moving to the JS implementation (npm sass) where dot notation compiles fine and list.append works as expected.
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to append to a list, list-append was also appending the function itself:
Gives the output:
Apologies if I have used the function wrong, it's hard to find documentation on the dash versions of these functions as things seem to have moved onto the dot notation. (However dot notation wouldn't compile for me) I also tried adding the separator argument but this did not help.
I don't think this is the desired behaviour as it ruins the list as it cannot be iterated on, shown by the 59 Debug which is the output from the @each loop.
I have solved this for now by just moving to the JS implementation (npm sass) where dot notation compiles fine and list.append works as expected.
Thanks!
The text was updated successfully, but these errors were encountered: