Gaël Poupard
Gaël Poupard
Hi there, While working on [#30 in Chaarts](https://github.com/ffoodd/chaarts/pull/30) I came across an issue when minifying output: custom properties which content is multiline aren't minified. I made [a dedicated Sassmeister](https://www.sassmeister.com/gist/41f1948c05ab084ef8c9d7a876b07dbe). After...
This trick is really awesome and well used in css-media-vars, however I think it'd be easier to understand and use if you explained why it works — since [guaranted-invalid-values are...
Hi there! @loicblascos came up with a refactored version of your tabpanel script, aiming to be more readable and modern. You can find it [in a dedicated CodePen](https://codepen.io/ffoodd/pen/jONMKrq) for now....
Isolated levels CSS files —e.g. `a11y-en_errors-only.css`— only used in the docs site should be part of the site assets, not in `src.` nor `dist`.
[Rocket's `check-html-links`](https://rocket.modern-web.dev/tools/check-html-links/overview/) for example could help maintaining links in time. Could be #443 first step :)
FYI I'm working on a11y.css for many years and it became quite interesting. It's working the same way that your own CSS: complex selectors matching errors / warnings, outlining them...
RTL Styling 101 is the most awesome resource I know about RTL, yet it could be a bit more exhaustive when it comes to inputs staying LTR :) `email`, `tel`...
Hi there, me again
Hi there, me again :D This is more a details than the other issues, but should progress bar be flipped or not? @happynewlife commented on (the wrong PR in) Bootstrap,...