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

Setup styling for the <form-wizard> element #1272

Closed
hannajones opened this issue May 10, 2023 · 1 comment
Closed

Setup styling for the <form-wizard> element #1272

hannajones opened this issue May 10, 2023 · 1 comment

Comments

@hannajones
Copy link
Collaborator

hannajones commented May 10, 2023

Since we're building the <form-wizard> using shadow DOM, we won't be able to style it via more global css files. We have a couple of options - we can either include/append a <style> element and add all of our CSS in there, or we can build an external form-wizard.css file and add it via a <link>.

The section option seems nicer, so I'm going to try to get that working using kitsune's frontend build system.

@hannajones
Copy link
Collaborator Author

Closing this out now that mozilla/kitsune#5489 has landed and the styles seem to be working on staging.

SUMO Engineering Board automation moved this from Triage to Done May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant