8000 Comparing master...chore/add-tailwind-extension · activeadmin/activeadmin · GitHub
[go: up one dir, main page]

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: activeadmin/activeadmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: activeadmin/activeadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chore/add-tailwind-extension
Choose a head ref
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 27, 2025

  1. Bump tailwind from 3.4.17 to 4.1.11

    - Remove tailwind v3 downgrade from test-application
    - Use tailwind cli to compile css
    - Delete generated files that are not used
    - Add a reference to old javascript config file
    - Remove `@tailwind` directive
    - Remove config argument when adding `build:css` script to test app
    - Rename deprecated utilities
      https://tailw
    8000
    indcss.com/docs/upgrade-guide#renamed-utilities
    mgrunberg authored and tagliala committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    f9c44a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5af19 View commit details
    Browse the repository at this point in the history
  3. Set color-scheme on input fields

    Use v4's `scheme-dark` to fix icon colors on some native inputs
    
    Ref: https://v3.tailwindcss.com/docs/v4-beta#color-scheme-utilities
    tagliala committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    fbb71f8 View commit details
    Browse the repository at this point in the history
  4. Update upgrading guide

    tagliala committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    ecfd8a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Add .tailwind extension to CSS file

    Change the stylesheet filename from `active_admin.css` to
    `active_admin.tailwind.css` to clearly indicate its role as a Tailwind
    CSS entry point, not a plain CSS file.
    
    The previous name was confusing, as the file contained Tailwind-specific
    directives like `@config`.
    
    This update aligns with conventions in `cssbundling-rails`, where the
    `.tailwind.css` extension signals Tailwind processing and helps
    developers immediately recognize the file’s purpose.
    tagliala committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    aefff04 View commit details
    Browse the repository at this point in the history
Loading
0