utahdts / utah-design-system

Design system for the State of Utah
https://designsystem.utah.gov/
Other
8 stars 2 forks source link

Should this be `flex-start`? #309

Closed stdavis closed 8 months ago

stdavis commented 8 months ago

https://github.com/utahdts/utah-design-system/blob/b1262b7d08a69652ff61e963ed0147a4d1f83d23/%40utahdts/utah-design-system/css/6-components/base-components/forms/_multi-select-input.scss#L16

I'm getting the following warning in my Vite console: image

I searched the code base for this project and found the line above. I wonder if it would be better/more explicit to change the value from start to flex-start?

MDN Docs (may or may not be helpful)

jmsharp-utah commented 8 months ago

Yes. 👍 Will fix.

AustinHaws-Utah commented 8 months ago

Now released in v1.13.3!

stdavis commented 8 months ago

No more giant warning in my console. Thanks!