Gaël Poupard
Gaël Poupard
The main goal is to allow chaarts to be used as a **library** by setting a number of maximum items by cart types. This way, our static `polygon()` could handle,...
Other ideas: * for alternate color schemes (inverted, dark or light, forced colors, high contrast…) with `hue-rotate()`, `grayscale()`, `contrast()`, etc. * to alter a column — like [the Pen I...
["Practical CSS scroll-snapping" on CSS-Tricks](https://css-tricks.com/practical-css-scroll-snapping/).
And [the basic of scroll-snapping on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Scroll_Snap/Basic_concepts).
[CSS scroll snap update by Rachel Andrew on MDN Hacks](https://hacks.mozilla.org/2019/06/css-scroll-snap-updated-in-firefox-68/).
I didn't test that much but it's pretty well documented [right here](http://codepen.io/Tigt/blog/optimizing-svgs-in-data-uris) and it seems to be compatible up to IE9 and Androïd 3. I think it's a good idea,...
Could you provide any use cases for those—and also, would there be any sense to add those values to `min-width` and `max-width` too?
Indeed, it helps :) I just came across another use case for `min-content` and `max-content`: [a codepen by Sven Wolfermann](https://codepen.io/maddesigns/pen/YNXvMz), [shared by Stefan Judis in a dedicated TIL post](https://www.stefanjudis.com/today-i-learned/a-use-case-for-css-min-content-and-max-content/).
Already trying things out in #31728 and #31978 :+1:
You don't need to add any CSS: once you compiled your `main.scss` file to `main.css`, you need another task running RTLCSS to generate `main.rtl.css` from `main.css`. As seen in our...