Elliott Mangham

Results 4 issues of Elliott Mangham

Hello, ## Expected Behavior It should work as expected/normal behaviour when using a smooth-scroll library, for example [locomotive-scroll](https://github.com/locomotivemtl/locomotive-scroll). ## Current Behavior It does not work, which is likely because Lozad...

Hello, Is it possible to double wrap? For example when using `$('h1').lettering('lines');` it would be great to have something like: ```html Line 1 Line 2 ``` Thank you in advance!

Can I request the ability to use `stroke` as a shorthand for: - stroke - stroke-dasharray - stroke-dashoffset - stroke-width *Input:* ``` .test { stroke: red 50 204 1px; }...

Can I request the ability to use the following: *Input:* ``` .test { max-size: 10px 50px; } ``` *Output:* ``` .test { max-width: 10px; max-height: 50px } ``` Thank you...