Skip to content

Add vendor prefixes to flex box uses (#218)#351

Merged
stephaniehobson merged 1 commit intomozilla:masterfrom
stephaniehobson:flex
Apr 3, 2019
Merged

Add vendor prefixes to flex box uses (#218)#351
stephaniehobson merged 1 commit intomozilla:masterfrom
stephaniehobson:flex

Conversation

@stephaniehobson
Copy link
Copy Markdown
Contributor

@stephaniehobson stephaniehobson commented Mar 25, 2019

Description

Uses the flexbox mixin to add vendor prefixes in places where we want display: flex

  • I have documented this change in the design system.
  • I have recorded this change in CHANGELOG.md.

Issue

Fix #218 and a few other places where the code was the same and so might have had duplicate bugs.

Testing

I left the one display: flex inside the @supports declaration because I think we would have to re-write the @supports declaration for each prefix.

Check the Call Out and Feature Card components.

@stephaniehobson stephaniehobson added Needs:Review 👋 Ready for Developer Review Review: XS Code review time: 30 mins or less P1 First level priority - Must have and removed Needs:Review 👋 Ready for Developer Review labels Mar 27, 2019
Copy link
Copy Markdown
Contributor

@craigcook craigcook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💪

@stephaniehobson stephaniehobson merged commit d08a3c3 into mozilla:master Apr 3, 2019
@stephaniehobson stephaniehobson deleted the flex branch April 3, 2019 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P1 First level priority - Must have Review: XS Code review time: 30 mins or less

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Call Out component is missing display: flex vendor prefixes.

2 participants