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
Fixed strokes - now lines will expand to not look weird when strokes are larger.
You can disable this behavior by setting stroke-expand: false on your lines.
You can now arbitrarily change your lines' sizes at either end with the option expand: (length, length); e.g. expand: (5pt, 10pt) will increase your horizontal line 5pt to the left and 10pt to the right (or, for a vertical line, 5pt to the top and 10pt to the bottom).
Support for negative expand lengths is limited (so far, only reduces length in the first cell the line spans).
Added some gutter fixes (not all gutter issues were fixed yet).