pattern-lab / styleguidekit-assets-default

The static assets for the default StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.
http://patternlab.io/
MIT License
35 stars 67 forks source link

Make better use of the viewportResizeHandleWidth variable in JS #100

Open tommcc opened 6 years ago

tommcc commented 6 years ago

Just a small cleanup PR to avoid magic numbers in the code.

Several places in this file use the viewportResizeHandleWidth variable when calculating widths. I found 14 being used in two places where it appears that the variable should have been used.