Open
Description
Hi, I use component directory structure from this article and is powefrull. I use it in all my projects.
But I miss there One feature. I cant use custom css file without javascript controller
this can be nice feature
#[AsTwigComponent('MyComponent', template: 'MyComponent/MyComponent.html.twig', css:"MyComponent/MyComponent.css")]
class MyComponent{
}
The css parameter add css file to asset mapper.
If this is good idea, I can try do PR.