-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from "li" to "&" #61
Comments
So, it turns out the proper mixin would be :
Without any elements specified. |
The mixin is even more stable now :
Let's say we have a map of 20 items. ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ With the previous mixin version, for a given ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ 🔴 ⚫️ ⚫️ 🔴 ⚫️ ⚫️ 🔴 ⚫️ ⚫️ 🔴 ⚫️ ⚫️ What is happening here ? Well, the But then, we want each So it was : Now, the mixin will start at the given offset number, thanks to the ⚫️ ⚫️ ⚫️ ⚫️ ⚫️ 🔴 ⚫️ ⚫️ 🔴 ⚫️ ⚫️ 🔴 ⚫️ ⚫️ 🔴 ⚫️ ⚫️ 🔴 ⚫️ ⚫️ |
…t starting point of 1.
Thanks a lot, |
Still not wrapped my head around this. Will do it asap... I need more free time. |
As @leonderijke pointed out, The
li
should be an amperstand here.The text was updated successfully, but these errors were encountered: