nosilleg

Results 12 comments of nosilleg

Having a reset on all animations is considered to be an anti-pattern by many. As such I wouldn't consider the existence of animation reset code to be a strong consideration...

If the rule is looking for the existence of `prefers-reduced-motion` then `*-no-unreduced-motion` might be reasonable. If a11y is going to be a part of core then maybe `a11y-no-unreduced-motion` works? Closer...

`stylelint-only` looks very useful for the reasons you've stated here. I need to keep it in mind! That being said I'm not sure it's core functionality for this project and...

@zirak Thanks for the details in your issue, it makes things a lot easier to check. The example you have provided works as intended. The specificity of those selectors is...

Hi @Zirak Sorry for the delay in getting back to you. Thankfully hudochenkov has added some labels anyway. This does indeed look like a bug, with an linting error not...

@Andrioden Firstly, CSS specificity is difficult to understand, which is why this rule exists. The example you have provided is not a false positive, but is a correct error. With...

@andreig91 Apologies for not seeing this until now. I know this was a long time ago, but I'll look at this over this week and hopefully merge it without needing...

I would hazard a guess that it's major release. The main fix requires that it's a controlled component, so people using Typeahead without Tokenizer will need to start tracking the...

@fmoo You asked the question about adding unit tests... I'm not sure a unit test would suffice for this issue. I think functional tests would be required in order to...