Kevin Bond

Results 589 comments of Kevin Bond

So the issue is there's no way to enable the twig form extension if `symfony/form` isn't in `composer.json`'s `require`? I think that was the nuance that #313 solved: adding twig-bundle...

Its tricky because how you size them depends on the css framework (or lack of) you use. Heroicons shows tailwind sizing, bootstrap icons shows bootstrap sizing

I'd be fine with adding `class="size-6"` to the snippet. While it won't work in every css system, it will with tailwind and make it clear you should add classes/attributes to...

> But the main goal is not to for users to add this on every icon, instead we should promote the usage of settings to do so. I don't know...

A quick experiment shows me the _unitless_ values don't work like I expect. ```yaml ux_icons: default_icon_attributes: fill: currentColor height: 16 width: 16 ``` ```twig {{ ux_icon('bi:person-fill', {class: 'w-full'}) }} ```...

Hey @mahono, To confirm, was tailwind-bundle 0.8.0 installed? Did you see any notes about a flex recipe being installed - this is what adds the config? We only [just merged...

Thanks for reporting this. Sounds like there's some things we need to smooth out. I like your idea of choosing a version for tailwind:init. Could be interactive: "Which version of...

> When I install the bundle, a config/symfonycasts_tailwind.yaml is not created FYI - we had a hiccup after merging the flex recipe. The config wasn't built correctly. This has now...