Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

feat(tokens): add configuration for breakpoints and flex styles #670

Merged
merged 1 commit into from
Mar 19, 2018

Conversation

CaerusKaru
Copy link
Member

@CaerusKaru CaerusKaru commented Mar 16, 2018

  • add token to add individual breakpoints that can be merged with
    the defaults seamlessly
  • add token that optionally adds flex stylings to parents without
    inline flex styles (set to false by default)
  • add token to optionally disable adding vendor prefixes to inline
    styles

BREAKING CHANGE:

  • fxFlex no longer adds display: flex; flex-direction: row by
    default

Fixes #496
Fixes #518
Fixes #575
Fixes #263

@CaerusKaru CaerusKaru added feature pr: needs review discussion Further discussion with the team is needed before proceeding labels Mar 16, 2018
@CaerusKaru CaerusKaru added this to the v6.0.0-beta.14 milestone Mar 16, 2018
@CaerusKaru CaerusKaru force-pushed the adam/tokens branch 4 times, most recently from 7c2808f to 24fc5fb Compare March 16, 2018 09:04
@CaerusKaru
Copy link
Member Author

Note: this probably needs two more tests before it's ready (one for the new BREAKPOINT token, and one for the new DISABLE_VENDOR_PREFIXES token)

* add token to add individual breakpoints that can be merged with
  the defaults seamlessly
* add token that optionally adds flex stylings to parents without
  inline flex styles (set to false by default)
* add token to optionally disable adding vendor prefixes to inline
  styles

BREAKING CHANGE:

* `fxFlex` no longer adds `display: flex; flex-direction: row` by
  default
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.