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

Update Tailwind demos #775

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 6, 2024

  1. Update arbitrary classes

    Updated a number of redundant arbitrary classes with native Tailwind classes. There were a number of inconsistencies that I noticed when using the Tailwind examples as a starting place, so this smoothes things out.
    
    It might be worth considering adding the Radix design system within the Tailwind config files versus using arbitrary values for everything. I found a number of old design system values, but wasn't 100% positive which were used for the primitives when they were first created.
    ryanleichty committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a5491f7 View commit details
    Browse the repository at this point in the history
  2. Sort Tailwind classes

    - Sorted all tailwind classes using the `prettier-plugin-tailwindcss`
    - Fixed a few incorrect classes in the process (e.g.: `color-white` to `text-white`). The plugin moves unrecognized classes to the beginning of the string which can help find incorrect classes.
    ryanleichty committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2d4ee3a View commit details
    Browse the repository at this point in the history