You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see you have added some custom styling of your own at /app/styles/index.scss. However, you don't seem to have used it anywhere in the rendered files, pages, or components. How do you suggest I go about using them in, say, /pages/index.jsx, since NextJS mandates that all static files (SCSS, etc.) be stored in a /static/ folder instead of /styles as you have done?
The text was updated successfully, but these errors were encountered:
I see you have added some custom styling of your own at
/app/styles/index.scss
. However, you don't seem to have used it anywhere in the rendered files, pages, or components. How do you suggest I go about using them in, say,/pages/index.jsx
, since NextJS mandates that all static files (SCSS, etc.) be stored in a/static/
folder instead of/styles
as you have done?The text was updated successfully, but these errors were encountered: