Skip to content

fix: use flex-start instead of start for align-items#516

Open
matthewdean wants to merge 1 commit intocaplin:masterfrom
matthewdean:fix/align-items-flex-start
Open

fix: use flex-start instead of start for align-items#516
matthewdean wants to merge 1 commit intocaplin:masterfrom
matthewdean:fix/align-items-flex-start

Conversation

@matthewdean
Copy link
Copy Markdown

Summary

The align-items: start declaration in _base.scss has mixed browser support in flexbox contexts, causing autoprefixer to emit a warning during builds:

(84:3) autoprefixer: start value has mixed support, consider using flex-start instead

This changes align-items: start to align-items: flex-start in the source SCSS and recompiles the theme CSS files. flex-start is the canonical flexbox value with universal browser support.

The `start` keyword for `align-items` has mixed browser support in
flexbox contexts. This causes autoprefixer to emit a warning:

  (84:3) autoprefixer: start value has mixed support, consider using
  flex-start instead

`flex-start` is the canonical flexbox value with universal support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant