Hello, I’m starting using SCSS with dart_sass I looked in Asset Management — Phoenix v1.7.6 but I still don’t get how to have multiple css files in output
I don’t use dart but the :args key should just be delegating to the CLI tool. According to the docs you can have multiple outputs using the syntax: ~w(in1.scss:out1.css in2.scss:out2.css). Seems like it may be cumbersome if wanting to create a specific file for each controller, though you could probably metaprogram something to do that.