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

Validate bare values #13245

Merged
merged 7 commits into from
Mar 15, 2024
Merged

Validate bare values #13245

merged 7 commits into from
Mar 15, 2024

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    88369e3 View commit details
    Browse the repository at this point in the history
  2. add bare value validation to row-span, row-start, row-end, `row…

    …-span`, `row-start`, and `row-end`
    RobinMalfait committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    686db83 View commit details
    Browse the repository at this point in the history
  3. update changelog

    RobinMalfait committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8c06f5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73e2252 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    577fa96 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Update packages/tailwindcss/src/candidate.ts

    Co-authored-by: Jordan Pittman <[email protected]>
    RobinMalfait and thecrypticace authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5edaa82 View commit details
    Browse the repository at this point in the history
  2. validate from, via and to

    This way we make sure that the bare value ends with `%`, and the value
    before it is a number.
    RobinMalfait committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d963382 View commit details
    Browse the repository at this point in the history