Lucas Larroche
                                            Lucas Larroche
                                        
                                    As `role="group"` can be used with a `div`, and we can't ship a breaking change, we should not change anything. Perhaps the documentation could be improved.
@alphatownsman, Yes, it's gone: > We also removed the experimental syntax that allowed dropdowns in the nav using nested lists. See here: https://picocss.com/docs/v2#breaking-changes Because it was too hacky, and I...
Aligning right for `dialogue > article > footer` is already very opinionated. Aligning right for `article > footer` might be too much. I would love to hear other user's thoughts.
The upcoming v2 will make it easy to customize the root element. ```SCSS @use "@picocss/pico/scss/pico" as * with ( $semantic-root-element: "#root", $enable-semantic-container: true, ); ``` Example: https://codesandbox.io/p/devbox/github/picocss/examples/tree/master/v2-react-classless-login?embed=1&file=%2Fsrc%2Fmain.scss
I might close this issue because the root container is customizable with SCSS. https://picocss.com/docs/classless#root-container Here is an example of changing the root container to `#root` (React): https://codesandbox.io/p/devbox/github/picocss/examples/tree/master/v2-react-classless-login?embed=1&file=%2Fsrc%2Fmain.scss Also, you don't...
I would prefer to keep it more neutral as is — not assuming the user prefer borders — but I would love to hear other user's thoughts.
@ekerstein, The `grid-row-gap` is helpful for elements other than form elements, like buttons. Also, because we have a `--pico-grid-row-gap` CSS var, it's easy for every website to tweak the behavior....
@ekerstein thank you for the tests. For now I will simply revert my solution in a new patch. I will investigate later.
I might close this issue because `` has been removed with v2. https://picocss.com/docs/dropdown `role="button"` is still used but we should avoid a breaking change.
@ASOwnerYT, @pattnaik-soumitri, You could use `legend`: ```HTML Subscribe to our newsletter ```