-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Updated the example of with-styled-jsx-scss to utilize the App Router. #70567
Updated the example of with-styled-jsx-scss to utilize the App Router. #70567
Conversation
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
For the future, please double check these examples are working when testing (test Let's go ahead and remove these Babel |
Sure @samcx Will check and update. |
@samcx PR is Updated please check. |
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/@styled-jsx/plugin-sass@4.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for submitting a PR!
#70567) This PR updates the with-styled-jsx-scss example for using the App Router. Here are the changes that have been made: - Renamed the "pages" folder to the "app" folder. - Added the layout.tsx file as part of the App Router. - Updated the package.json file. CC: @samcx --------- Co-authored-by: Sam Ko <sam@vercel.com>
This PR updates the with-styled-jsx-scss example for using the App Router.
Here are the changes that have been made:
CC: @samcx