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 Sep 29, 2024. It is now read-only.
Sass keywords
to
andthrough
works the same way in a@For loop.
For example:
Result:
According to Sass docs:
In directive
@for $var from <start> through <end>
the range includes the values of<start
> and<end>
In directive
@for $var from <start> to <end>
the range should not include<end>
value.The text was updated successfully, but these errors were encountered: