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 Tailwind's context.getClassOrder(classes) #57

Merged
merged 5 commits into from Feb 21, 2022

Commits on Feb 16, 2022

  1. prefer Tailwind's context.getClassOrder() if it exists

    We have to keep the existing code for now, since the plugin will prefer
    the user's tailwind version. Hopefully we can remove this in future
    versions.
    RobinMalfait committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    66180b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace9046 View commit details
    Browse the repository at this point in the history
  3. add full getClassOrder polyfill

    This will also add the `group` and `peer` for older versions of Tailwind
    CSS
    RobinMalfait committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    d397efe View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    ffaf8de View commit details
    Browse the repository at this point in the history
  2. Add "parasite utilities" test

    bradlc committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    6b48f6b View commit details
    Browse the repository at this point in the history