Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #2 of 2


Q: 

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?

userVoice