Masafumi Koba

Results 705 comments of Masafumi Koba

https://github.com/wooorm/import-meta-resolve/releases/tag/4.1.0 now resolved the deprecation warning. @JounQin Could you merge the upstream change into `@dual-bundle/import-meta-resolve`, please?

@litera Thanks for the proposal. However, we focus on the standard CSS syntax now, so I recommend you build your own custom syntax via PostCSS. See also https://stylelint.io/developer-guide/syntaxes

I'm closing this because of no more activities.

> I wonder why there's no ignore option for the subsequent/general sibling combinator. I'm unsure, but I guess there are no requests from people.

@romainmenke Thank you for opening the discussion. I think your concern absolutely makes sense. With the modern syntaxes or components (e.g. nested selectors, `:not()`, etc.), I agree that string-based or...

Depending on the rules, resolving nested selectors is valid or not. > I personally think that there should be an effort to use a more semantic approach. I'm curious, how...

@romainmenke @Mouvedia Thank you for your feedback. I also believe the [suggestions for `rule-selector-property-disallowed-list`](https://github.com/stylelint/stylelint/issues/7557#issuecomment-1997997803) would be useful for many. But at the same time, I recommend gradually implementing the features,...

Since new features have entered the CSS world today, I predict people will want more accurate parsing. > This would dramatically slow down these rules. For performance, we need to...