Ryo Matsukawa

Results 90 comments of Ryo Matsukawa

@macci001 Using `useRadioGroup` can enhance the accessibility and semantics of native HTML radio elements. For more details, please refer to the [React Aria documentation](https://react-spectrum.adobe.com/react-aria/useRadioGroup.html).

Hi @Scholar01, this will be resolved together in the following PR. Please wait a little longer🙇 - https://github.com/nextui-org/nextui/pull/3036

Hi, @fireflysemantics Thank you for opening an issue and following the template. This is not a bug. In `stylelint-config-standard`, the [`consecutive-duplicates-with-different-syntaxes` option for `declaration-block-no-duplicate-properties`](https://stylelint.io/user-guide/rules/declaration-block-no-duplicate-properties/#ignore-consecutive-duplicates-with-different-syntaxes) is enabled. See: https://github.com/stylelint/stylelint-config-recommended/blob/main/index.js#L15-L20 Therefore, no...

In your example, it seems you would need to run the `--fix` command twice to remove duplicates. 1. The [property-no-vendor-prefix](https://stylelint.io/user-guide/rules/property-no-vendor-prefix/) rule removes the vendor prefix: ```css div { transform: rotate(-90deg);...

ESLint recently added this feature. [Introducing bulk suppressions - ESLint - Pluggable JavaScript Linter](https://eslint.org/blog/2025/04/introducing-bulk-suppressions/) This could help with implementing something similar.

@ybiquitous I followed your suggestion and published a plugin! 🔗 [stylelint-plugin-require-baseline - npm](https://www.npmjs.com/package/stylelint-plugin-require-baseline) I based the interface on eslint/css’s [require-baseline](https://github.com/eslint/css/blob/9ddd6791d2f559cdc36c27350818db7f1986b5a1/docs/rules/require-baseline.md?plain=1).

Removing the related patch should resolve this issue. https://github.com/csstree/csstree/issues/299

It seems fine to support this, but does anyone have any concerns?

@Mouvedia I’m thinking of working on this, but I’m not quite sure why you want to separate `config` and `configFile`. Could you explain a bit more?

I've opened an issue to upstream. https://github.com/csstree/csstree/issues/293