ingrammicro / puzzle-tokens

Batch create, manage and update Sketch styles and symbols using SCSS/LESS
GNU General Public License v3.0
92 stars 17 forks source link

Update `border-style` to take `border-width` into consideration. #16

Closed mikebronner closed 5 years ago

mikebronner commented 5 years ago

Related to discussion on #4, this removes the hard-coding of border-styles and makes it relative to the width.

MaxBazarov commented 5 years ago

Nice idea. I just added the additonal check for undefined border-width property.