Ensuring that your files and folders are well-organized is crucial when working on a website. An organized codebase makes development easier and helps others or yourself to navigate the project in the future.
This guide explains how to set up and organize SASS (Syntactically Awesome Style Sheets) styles effectively.
@use
at-rule.style.scss
without an underscore compiles into the final style.css
file.rem
, em
): Convert pixels to REMs/EMs.Block__Element--Modifier
.For a more comprehensive understanding of SASS and practical usage, consider experimenting with the provided boilerplate project or check out dedicated courses that show the process of building a website from a design.
This guide serves as a foundation for maintaining a clean and efficient style organization in web projects.