Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage CSS for Global Styles #20290

Merged
merged 49 commits into from
May 21, 2020
Merged

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    bcadc22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61dc5ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31724ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d51cc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0acd43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ac0fad View commit details
    Browse the repository at this point in the history
  7. We use current block CSS for demo

    so remove unnecesary global.scss
    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    b5180ff View commit details
    Browse the repository at this point in the history
  8. Revert changes to master

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    007a6c0 View commit details
    Browse the repository at this point in the history
  9. Stop using the wp-gs class

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    e8ebec4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    435b002 View commit details
    Browse the repository at this point in the history
  11. Make linter happy

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    2b767ab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f061744 View commit details
    Browse the repository at this point in the history
  13. Emit CSS per block

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4eb5606 View commit details
    Browse the repository at this point in the history
  14. Add presets to globals

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4413f5e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ef573f7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f0c7fd0 View commit details
    Browse the repository at this point in the history
  17. Revert taking selectors from block.json

    We need a way to also take selectors from patterns,
    so let's use harcoded selectors until we implement
    register selectors for both blocks & patterns.
    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    ed11b06 View commit details
    Browse the repository at this point in the history
  18. Remove patterns and check that style props adhere do the schema

    Blocks opt-in into some implicit attributes for style.
    We now use this to decide whether to allow something
    to be output in the stylesheet.
    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4fa8b06 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    35228a2 View commit details
    Browse the repository at this point in the history
  20. Improve docs

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    a8dd469 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    290152f View commit details
    Browse the repository at this point in the history
  22. Make linter happy

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    d2b6c04 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    08d3fb0 View commit details
    Browse the repository at this point in the history
  24. Update comment docs

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    cb15820 View commit details
    Browse the repository at this point in the history
  25. Update comment docs

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    bcf5e4c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ed7306d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    045e250 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    dda8fa1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    90843cb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e99f0c1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7e6a2f8 View commit details
    Browse the repository at this point in the history
  32. Normalize presets as well

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    3e9a2ef View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    88dfb6e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    dc776b2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    eb21383 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8450ae3 View commit details
    Browse the repository at this point in the history
  37. Fix merge helper

    it should discard previous origin declarations if current origin has any
    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    f5df4d0 View commit details
    Browse the repository at this point in the history
  38. Add core color presets

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    10a9506 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6e9e0f4 View commit details
    Browse the repository at this point in the history
  40. Adapt to new shape

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    f05817b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    93fb8dd View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5ca82a9 View commit details
    Browse the repository at this point in the history
  43. Remove error_log

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    52c9195 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    43c5c91 View commit details
    Browse the repository at this point in the history
  45. Update phpdoc

    oandregal committed May 14, 2020
    Configuration menu
    Copy the full SHA
    15fbc44 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c458440 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Use preset format

    We cannot use the full preset schema, including names,
    because our tooling is not able to internationalize the names
    from the theme.json file, we can use the final format for them.
    oandregal committed May 18, 2020
    Configuration menu
    Copy the full SHA
    e484d7b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Consolidate merge mechanics:

    - presets: each preset category (color, font-size, gradients) override each other
    - styles: leaf items override each other
    - features: leaf items override each other
    oandregal committed May 19, 2020
    Configuration menu
    Copy the full SHA
    51c6a51 View commit details
    Browse the repository at this point in the history
  2. Improve comments

    oandregal committed May 19, 2020
    Configuration menu
    Copy the full SHA
    26c2910 View commit details
    Browse the repository at this point in the history