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

Use tmp file as a touch file #4650

Merged
merged 4 commits into from Jun 15, 2021
Merged

Use tmp file as a touch file #4650

merged 4 commits into from Jun 15, 2021

Commits on Jun 15, 2021

  1. use ~/.cache/tailwindcss as default touch dir

    When more tools catch up with the latest postcss dependency tracking,
    then we probably don't even need this anymore. However, it is a good
    practice to put (global) caches in ~/.cache and (global) configs in
    ~/.config
    
    Fixes: #4569
    RobinMalfait committed Jun 15, 2021
    Copy the full SHA
    ba73b0c View commit details
    Browse the repository at this point in the history
  2. change test to verify @tailwind base slightly

    Because of some changes in tailwind itself, the base selector contains a
    ton of new --tw-* custom properties. Keeping this up to date might be a
    bit of an annoying challenge. So instead we now check for the selector
    to be present.
    RobinMalfait committed Jun 15, 2021
    Copy the full SHA
    49e996a View commit details
    Browse the repository at this point in the history
  3. add tmp package

    RobinMalfait committed Jun 15, 2021
    Copy the full SHA
    9c93a51 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cc0efb0 View commit details
    Browse the repository at this point in the history