Skip to content

Conversation

farazcsk
Copy link
Collaborator

@farazcsk farazcsk commented Sep 10, 2025

E.g.

@utility bg-muted {
  background-color: var(--bg-muted);
}

becomes

@utility bg-muted {
  background-color: var(--color-neutral-100);
  
  @variant dark {
    background-color: var(--color-neutral-900);
  }
}

Copy link

linear bot commented Sep 10, 2025

@farazcsk farazcsk changed the title Faraz/des 358 refactor tailwind utility definitions chore: remove intermdiate base variables in favour of inline utils Sep 10, 2025
@farazcsk farazcsk force-pushed the faraz/des-358-refactor-tailwind-utility-definitions branch from b33e62a to cba8d5e Compare September 10, 2025 14:52
@farazcsk farazcsk force-pushed the faraz/des-358-refactor-tailwind-utility-definitions branch from cba8d5e to 2f065ac Compare September 10, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant