I have a controller that sends user variables to a twig template, currently i'm doing inline css to add a background color which is being fetched through the database (different per user)
I'm using symfony encore to learn more regarding webpack and scss, how can I send the parameter {{ color }} to create variable or to use it inside my app.scss?