Fixes the flightline overflowing when showing a summary segment. This was because the :first-child selector used to shorten the first segment in a flightline did not apply to the summary segment, which was the second child (after the slot).
Also remove references to the Sass demo build, which caused npm run dev to fail.
Type of change:
Please delete options that are not relevant.
[x] Revision of an existing capability
Checklist:
[x] My update follows the CONTRIBUTING guidelines of this project
[x] I have performed a self-review of my own update
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team
Alaska Airlines Pull Request
Fixes #32
Summary:
Fixes the flightline overflowing when showing a summary segment. This was because the
:first-child
selector used to shorten the first segment in a flightline did not apply to the summary segment, which was the second child (after the slot).Also remove references to the Sass demo build, which caused
npm run dev
to fail.Type of change:
Please delete options that are not relevant.
Checklist:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team