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

Add support for tailwind config files in ESM/TS format + Update prettier #794

Merged
merged 2 commits into from Apr 11, 2023

Commits on Apr 10, 2023

  1. Update dependency prettier to v2.8.7

    TS satisfies operator is supported until v 2.8.
    See prettier/prettier#13516
    albohlabs committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    59f9b3f View commit details
    Browse the repository at this point in the history
  2. Add support for tailwind config files in ESM/TS format

    Tailwind v3.3 added support for config files in ESM/TS format.
    See https://tailwindcss.com/blog/tailwindcss-v3-3#esm-and-typescript-support
    albohlabs committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    80e45fa View commit details
    Browse the repository at this point in the history