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

Improve type checking for formal syntax #9448

Merged
merged 8 commits into from Sep 29, 2022
Merged

Improve type checking for formal syntax #9448

merged 8 commits into from Sep 29, 2022

Commits on Sep 29, 2022

  1. Copy the full SHA
    aa52962 View commit details
    Browse the repository at this point in the history
  2. Add test

    thecrypticace authored and RobinMalfait committed Sep 29, 2022
    Copy the full SHA
    15c1ab4 View commit details
    Browse the repository at this point in the history
  3. Change order of test class name

    liangzhengtai authored and RobinMalfait committed Sep 29, 2022
    Copy the full SHA
    a6c6d27 View commit details
    Browse the repository at this point in the history
  4. fix failing tests

    RobinMalfait committed Sep 29, 2022
    Copy the full SHA
    6d8ce9e View commit details
    Browse the repository at this point in the history
  5. prefer position over size for backwards compatibility reasons

    Previously `bg-[10px_10%]` generated `background-position: 10px 10%` before we introduced the fallback plugins.
    Therefore we should prefer `position` over `size` as the default for backwards compatibility.
    RobinMalfait committed Sep 29, 2022
    Copy the full SHA
    3d2b6c6 View commit details
    Browse the repository at this point in the history
  6. update changelog

    RobinMalfait committed Sep 29, 2022
    Copy the full SHA
    748d3f9 View commit details
    Browse the repository at this point in the history
  7. ensure correct order

    Thanks Prettier!
    RobinMalfait committed Sep 29, 2022
    Copy the full SHA
    c93e7b8 View commit details
    Browse the repository at this point in the history
  8. update changelog

    RobinMalfait committed Sep 29, 2022
    Copy the full SHA
    e2a0623 View commit details
    Browse the repository at this point in the history