-
Notifications
You must be signed in to change notification settings - Fork 793
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
Update in step-1.mdx #3778
Update in step-1.mdx #3778
Conversation
Adding detail to instructions about creating an empty app.scss file. The parts about recompiling starting on line 182 are still unclear as their meaning. So, I hope the creating of this empty file is the right way to go.
@cassiasamp is attempting to deploy a commit to the Carbon Design System Team on Vercel. A member of the Team first needs to authorize it. |
DCO Assistant Lite bot All contributors have signed the DCO. |
I have read the DCO document and I hereby sign the DCO. |
recheck |
Hey @cassiasamp thank you for your contribution! We are actually doing a new tutorial using NextJS in this PR which means the current tutorial will be sunset soon. |
Thanks @guidari, that's an interesting info...would you say it's best if I switch from React to Next.js? |
Closing this as the tutorial will be updated in #3710 . |
Closes #
Just adding some detail to instructions about creating an empty
app.scss
file.The parts in the tutorial about recompiling starting on
line 182
are still unclear to me as their meaning.So, I hope the creation of this empty file is the right way to go and it seems a good idea to make it explicit.
Changelog
New
app.scss
in the 'src' directory, and then import it in (...)"Changed
app.scss
inthe 'src' directory, and import that from
App.js
."Removed