stylify / packages

💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎.
https://stylifycss.com
MIT License
424 stars 9 forks source link

Add info about twig widgets #214

Open Machy8 opened 1 year ago

Machy8 commented 1 year ago

This

{{ form_widget(form.submit, {'attr': {'class': 'justify-content:center text-align:center font-size:20px sm:margin-left:-131px'}}) }}

doesn't generate stylify selectors because 'class' is not matched. There should be info in the symfony installation about the selector areas.