Krister Kari

Results 441 comments of Krister Kari

Thanks for opening this issue and sorry for the late reply. In general I'm not against adding rules that prevent mistakes, BUT in this case since `@import` is deprecated the...

> I agree that in time it will get deprecated however, when migrating our code, there were so many places with `@use` and `@import` that it was impossible to do...

Thanks! Having these kinds of examples helps a lot when fixing rules.

Thanks @aspirisen ! Having the svg images inside the same folder as the React Native app itself is expected by default since it should work for most of the people...

@aspirisen thanks for the example! I can have a look.

Thanks @krutoo ! I haven't had time to look into how the Sass depractation affects the different configs, or in your case, mixin use. I understood the change correctly, then...

@krutoo oh yeah, that's something in the `selector-no-redundant-nesting-selector` rule that needs to be fixed still. In the meantime you can just disable that rule in that file using: ```scss //...

> Could you give us some examples of possible configuration, examples with violations, and examples without violations, please? # property-requirelist Specify a requirelist of properties. ```css font-size: 18px; font-family: 'foo';...

> it is related to recent comment to `stylelint-declaration-block-no-ignored-properties`? No, this is just something that I would need in a project where I want to make sure that every text...

Yes exactly. In my case I'm using React Native that does not have pseudo selectors or inherit properties, but someone else might need an option to ignore the rule inside...