You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The css parameter add css file to asset mapper.
If this is good idea, I can try do PR.
The text was updated successfully, but these errors were encountered: