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

Adds Nextjs Loader #909

Merged
2 commits merged into from
May 27, 2024
Merged

Adds Nextjs Loader #909

2 commits merged into from
May 27, 2024

Conversation

ghost
Copy link

@ghost ghost commented May 24, 2024

closes #91

What changed? Why?

This PR adds the NextJS Loader lib to SWC after this issue has been resolved.

How has it been tested?

  • Locally
  • Vercel Preview Branch
  • Unit test
  • Functional test

@ghost ghost self-assigned this May 24, 2024
Copy link

vercel bot commented May 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
swc-web ✅ Ready (Inspect) Visit Preview May 27, 2024 0:24am

Comment on lines 76 to 77
color="#6200FF"
shadow="0 0 10px #6200FF,0 0 5px #6200FF"
Copy link
Contributor

Choose a reason for hiding this comment

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

To avoid hard coding colors we could use a css variable injected by tailwind here

Suggested change
color="#6200FF"
shadow="0 0 10px #6200FF,0 0 5px #6200FF"
color="hsl(var(--primary-cta))"
shadow="0 0 10px hsl(var(--primary-cta)),0 0 5px hsl(var(--primary-cta))"

Copy link
Author

Choose a reason for hiding this comment

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

Changed

@ghost ghost merged commit 54d3250 into main May 27, 2024
3 checks passed
@ghost ghost deleted the 91/adds-nextjs-laoder branch May 27, 2024 12:50
@twistershark twistershark self-assigned this Oct 9, 2024
This pull request was closed.
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.

Add back nextjs-toploader
2 participants