Gaël Poupard
Gaël Poupard
[RTL Styling 101 mentions the `word-break` property](https://rtlstyling.com/posts/rtl-styling#3.-line-break) for line breaks, but there other properties that may behave the same (or introduce line breaks): - `overflow-wrap` ([docs on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap)) which is...
Hi, I'm using Hologram for a long time now and always wanted to generate my documentation in two different languages: french and english. I obviously need to write the docs...
For example tooltips could be refactored to drop some duplicated code fragments.
Responsive charts can be troublesome, almost sure container queries could help us through.
[Roman Komarov Position-Driven Styles](https://kizu.dev/position-driven-styles/) is really interesting in many ways. Bramus Van Damme shared other tricks like [a fake `:snapped` selector](https://www.bram.us/2023/06/26/faking-a-snapped-selector-with-scroll-driven-animations/) that could come in handy, too. Browser support is...
Needs to update contributing guidelines (and maybe enforce it through an action): commiting dist files makes review really hard. dist files should be updated only when publishing a release.
Being able to only apply tests covering WCAG or RGAA could be a game changer for a11y.css to be used by people making accessibility audits. Could be as simple as...
Seems really straightforward, fast and efficient: [Lightning CSS](https://lightningcss.dev/).
### Is this a feature request or a bug? Feature request. ### What is the current behavior? I'd want to be able to disable the `no-unsanitized` odd linter rules. I...