Aakash Gill

Results 5 issues of Aakash Gill

Hi, I'm using stylelint-csstree-validator plugin, but on using the CSS property "display: revert", I'm getting the error "Invalid value" for display. But this property works in some browser. Attached the...

Hi I tried this tool and it worked well. It's able to scan the code and giving errors if any incorrect spelling was there. But I'm not sure if it's...

works as designed

Hi I'm using this stylelint plugin [https://stylelint.io/user-guide/rules/no-descending-specificity/](https://stylelint.io/user-guide/rules/no-descending-specificity/), which disallow selectors of lower specificity from coming after overriding selectors of higher specificity. I'm getting this error in my CSS file, which...

Hi I'm using this stylelint plugin [https://github.com/ssivanatarajan/stylelint-group-selectors](https://github.com/ssivanatarajan/stylelint-group-selectors) in one of my project, which suggests, what elements to group together which has _same set of properties and values._ But I'm getting...

When I add `"processors": ["@mapbox/stylelint-processor-arbitrary-tags"]` in my `.stylelintrc` and run stylelint task on a PHP files, Linter does work. But it stops working for other specified CSS file. But as...