In this lesson, you will learn how to leverage JavaScript Modules to import CSS partials.
In JavaScript, partials need to be explicitly imported when exported by name, if a module exports styles by default, the styles and variables within do not need to be explicitly imported, just the module.
In this lesson, you will learn how CSS in JS partials are different to SCSS, how to use default export
, and how to control the order of partials rendering.