Skip to content

(EGG-141) resolve incorrect token references and missing border-radius in tailwind output#97

Open
snoattoh wants to merge 5 commits intomainfrom
fix/output-bugs
Open

(EGG-141) resolve incorrect token references and missing border-radius in tailwind output#97
snoattoh wants to merge 5 commits intomainfrom
fix/output-bugs

Conversation

@snoattoh
Copy link
Collaborator

No description provided.

@snoattoh snoattoh temporarily deployed to preview-fix-output-bugs February 17, 2026 16:06 — with GitHub Actions Inactive
@github-actions
Copy link

🎉 Preview Deployed!
👉 View Preview

Copy link
Collaborator

@m-thompson-code m-thompson-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we remove the scary import type and refactor to import the type on the top of the file?

tokens: [styleToken],
},
] as unknown as ReturnType<
typeof import('../../../transformers/variants/convert-variant-group-by').convertVariantGroupBy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks scary, can we move the import to the top of the file?

import type { convertVariantGroupBy } from '../../../transformers/variants/convert-variant-group-by';

you might still need to do typeof convertVariantGroupBy

if it's actually being used in the unit tests file outside of just types, you can drop the "type" from the import

@snoattoh snoattoh temporarily deployed to preview-fix-output-bugs March 2, 2026 18:04 — with GitHub Actions Inactive
@snoattoh snoattoh temporarily deployed to preview-fix-output-bugs March 3, 2026 15:42 — with GitHub Actions Inactive
@snoattoh snoattoh temporarily deployed to preview-fix-output-bugs March 3, 2026 15:42 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented Mar 3, 2026

🎉 Preview Deployed!
👉 View Preview

@snoattoh snoattoh temporarily deployed to preview-fix-output-bugs March 3, 2026 16:37 — with GitHub Actions Inactive
@snoattoh snoattoh temporarily deployed to preview-fix-output-bugs March 3, 2026 16:37 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented Mar 3, 2026

🎉 Preview Deployed!
👉 View Preview

@github-actions
Copy link

github-actions bot commented Mar 3, 2026

🎉 Preview Deployed!
👉 View Preview

@snoattoh snoattoh changed the title resolve incorrect token references and missing border-radius in tailwind output (EGG-141) resolve incorrect token references and missing border-radius in tailwind output Mar 3, 2026
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.

2 participants