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 tw theme for in config #2583

Open
BorghildSelle opened this issue Oct 21, 2024 · 0 comments
Open

Use tw theme for in config #2583

BorghildSelle opened this issue Oct 21, 2024 · 0 comments
Labels
🛠 technical Technical stuffs like reducing debt, refactor or improve code base

Comments

@BorghildSelle
Copy link
Contributor

BorghildSelle commented Oct 21, 2024

      maxWidth: {
        menuText: 'calc(35 * var(--space-medium))',
      },
  • change var(--space-medium) to theme(spacing.6)

In tailwind.css

  /* Image carousel card withs */
  --image-carousel-card-w-sm: 275px;
  --image-carousel-card-w-md: 692px;
  --image-carousel-card-w-lg: 980px;

change these to spacing variables like card-maxWidth in #2576 and use similar to max-w-card-maxWidth

@BorghildSelle BorghildSelle added the 🛠 technical Technical stuffs like reducing debt, refactor or improve code base label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 technical Technical stuffs like reducing debt, refactor or improve code base
Projects
None yet
Development

No branches or pull requests

1 participant