Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Tiedye/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 18, 2026

  1. feat(vite): scan Vite pipeline modules for candidate classes

    Augment the existing filesystem scanner with a transform-based scanner
    that intercepts all modules flowing through Vite (including virtual
    ones), extracts candidates via scan_files(), and triggers incremental
    CSS HMR updates when new candidates are discovered.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Tiedye and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    f2f17e8 View commit details
    Browse the repository at this point in the history
  2. ci: add GitHub Packages release workflow for @tiedye/tailwindcss-vite

    Publishes the Vite plugin to GitHub Packages under the @Tiedye scope.
    Builds only for x86_64-unknown-linux-gnu instead of the full target matrix.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Tiedye and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    c9fb307 View commit details
    Browse the repository at this point in the history
  3. fix(ci): download artifact directly to target path

    The artifact was not found after cd into crates/node. Download
    directly into npm/linux-x64-gnu/ instead of copying.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Tiedye and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    8fd7aa7 View commit details
    Browse the repository at this point in the history
  4. fix(vite): use scanFiles instead of scan_files

    The Scanner type uses camelCase (scanFiles), not snake_case (scan_files).
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Tiedye and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    035b247 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. ci: switch tiedye release to GitHub Release tarball

    Replaces GitHub Packages publish with pnpm pack + GitHub Release.
    Consumers can install directly from the tarball URL without needing
    to configure a custom registry.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Tiedye and claude committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    d67b55c View commit details
    Browse the repository at this point in the history
Loading