Sass partials are simply files named with a leading underscore, like _partial.scss. Using the Sass @import directive to import these files, we can split a large codebase across many files, organizing our work into groups that make sense to us and our team, and thus making our projects easier to maintain.