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

Do not include semicolon in token value #962

Merged
merged 3 commits into from
Jul 29, 2024

Commits on Jul 29, 2024

  1. fix: do not include semicolon in token value

    It seems that Tailwindcss changed resolution of config in 3.4 or so.
    Before, it was ok to have semicolons on the end of a var(); expression
    as config value. However, this leads to errors with space utility
    classes, so this semicolon is dropped here (it was not needed anyhow).
    spiess-demos committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cef3214 View commit details
    Browse the repository at this point in the history
  2. chore: CHANGELOG.md

    spiess-demos committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b7bc663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14fe02c View commit details
    Browse the repository at this point in the history