NEXT.JS TUTORIAL #32 STYLES IN NEXTJS (GLOBAL , MODULE , COMPONENTS) #nextjs13 #nextjstutorial

Опубликовано: 15 Сентябрь 2024
на канале: DATAHACKS
57
1

Next.js Tutorial STYLES IN NEXTJS (GLOBAL , MODULE , COMPONENTS)

These styles will apply to all pages and components in your application.In development, expressing stylesheets this way allows your styles to be hot reloaded as you edit them—meaning you can keep application state . In production, all CSS files will be automatically concatenated into a single minified .css file.

CHAPTER
0:00 = INTRODUCTION
1:03 = GLOBAL STYLES
2:50 = MODULE STYLES
4:15 = COMPONENT STYLES
6:40 = SASS / SCSS STYLES