From the course: The Freelance Stack: Real Project with Next.js and Strapi
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Styling video: Sass setup - Next.js Tutorial
From the course: The Freelance Stack: Real Project with Next.js and Strapi
Styling video: Sass setup
OK, now here's a cut, but I'm just going to continue recording because it just started. OK, so in order for us to set up the SAS folder, we're just going to create the SAS folder right in here. You can name this anything you want, really. You can also call the styling, for example. For me, it will just stay as SAS. Now, in here, we're going to have a folder called Base, because the first thing that we want to do is actually just reset all of our styling. There are a few default options or a few default stylings within the browser that make it a little bit annoying to work with. So we're going to take care of that. It's mainly about margins, paddings, certain things when you hover over links and stuff like that and how they get styled. So in order for us to do that, within the base folder, we're just going to have a file called base CSS. And that actually starts here with an underscore. The reason for that is because those are the partial files. So later on, the compiler will put all…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.