-
The [whole proposal is here](https://lea.verou.me/docs/var-groups/), I have included a summary below.
## Pain points (summary)
The main pain point is **aliasing**. Currently, design systems are …
-
Some classnames (used for styling components) are currently hardcoded. This makes styling forms more difficult, especially when dealing with different naming conventions like BEM.
Soms classnames c…
-
### Affected version(s)
5.0.0-RC1
### Description
The divs for "content elements" get new class names in Contao 5 including a slash as separator (eg. content_element/gallery).
Although a slash in …
-
Which is better:
`.checkbox`
or
`.bc-gov-checkbox` ?
Discuss.
-
We've somewhat glossed over the problem of internationalisation up till now. Frankly this is something SvelteKit isn't currently very good at. I'm starting to think about how to internationalise/local…
-
2 years ago, we've released antd v4 which bring the compact & dark theme and performance improvement. And now, it's time to plan for the furture version v5.
## Motivation
For real world, it exis…
-
I'm having a hard time styling the focus state of an sl-input. By default, shoelace gives focused input bases a box shadow (--sl-focus-ring) but that can sometimes cause weird results. For instance, I…
-
Since we’re changing the defaults for several options in 2.0, I’ve decided to request that we do so for `useTabs` as wel…
-
Any pointers on how to deal with dynamic class names produced by e.g. CSS Modules or `styled-components`?
The easy way out would be to just plaster my markup with `id="e2e-blabla"` but that doesn't…
-
Choose a CSS implementation and implement it onto the SSR baseline project.
Acceptance Criteria:
* Choice of CSS implementation is documented on a comment on this issue.
* Basic styling is applied to…