Rami Yushuvaev

Results 93 comments of Rami Yushuvaev

> Thank you @ramiy ! Just a few comments left here. > > Do you have a PR in for the BCD? If not perhaps we should block merging on...

It's a knows issue. If you have ideas how to fix that, please share.

Hi @jem-n-em As a user, you can change the line thickness using the `--line-size` custom property.

Hi @anied As mentioned in CodePen, I want to simplify the framework. To be able to change chart type from 'bar' to `pie` without changing the `` structure. Currently the...

@erosman Are there browsers that already support this feature?

I'll handle it. I have documented all the new CSS math functions, I have 3 functions left to finish the job: `round()`, `mod()` and `rem()`.

Documenting [[css-value-4]](https://w3c.github.io/csswg-drafts/css-values/#round-func) `round()` function: **mdn/browser-compat-data:** * CSS `round()` - https://github.com/mdn/browser-compat-data/pull/18173 **mdn/content:** * CSS `round()` - https://github.com/mdn/content/pull/22212 * Experimental Firefox Features - https://github.com/mdn/content/pull/22393 **mdn/data:** * `` syntax - https://github.com/mdn/data/pull/593 * ``...

@hamishwillee 1. I will add some examples. 2. Another review will be great. 3. The parent page is the [CSS functions](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Functions) page and specifically the [Math functions](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Functions#math_functions) section. I also...

@lahmatiy please review and merge.