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

withBackground causes outlook to lose border on button #266

Closed
ticklemepierce opened this issue Dec 12, 2024 · 2 comments · Fixed by #278
Closed

withBackground causes outlook to lose border on button #266

ticklemepierce opened this issue Dec 12, 2024 · 2 comments · Fixed by #278

Comments

@ticklemepierce
Copy link

Expected Behavior

  • Button still has border but I think it should lose the border radius

Actual Behavior

  • Button has no border
@shellscape
Copy link
Owner

@ticklemepierce any chance you're using minify: true on this? Was just reported that minifying messes up the outlook mso stuff.

@ticklemepierce
Copy link
Author

export const config = defineConfig({
  render: { minify: false },
  plugins: [scssInjectionPlugin, inlinePlugin],
});

assuming the config is working correctly we are not but I'm off of work until 2025 so don't want to dig in too much until then :P

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 a pull request may close this issue.

2 participants