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
First, instead of directly writting the left or right parenthesis
characters, now functions are called for left or right delimiters
and change in case of parenthesis or brackets.
Second, in case of bracketed list, always add the brackets. Also add
comma in case it is a one-item comma-separate list. Otherwise it would
become a one-item space-separated list.
Third, libsass prevent from emitting invisible items. Thus, an empty
space / comma separated list won't be printed at all but bracketed
list are never invisible, event the empty ones.
0 commit comments