Start your All-Access Pass to unlock this challenge
Imagine we have a component with the following modular css:
<style module>
.component {
background-color: red;
}
</style>
What do we need to do in the template to grab this style class from inside our component template?