amarg26

Results 7 comments of amarg26

> @amarg26 I've labeled the issue as ready to implement. Please consider [contributing](https://stylelint.io/contributing) if you have time. @jeddy3 Sure, Please let me know in what way I can contribute.

> @amarg26 Thanks for using the template. > > The [`declaration-block-no-duplicate-properties`](https://stylelint.io/user-guide/rules/list/declaration-block-no-duplicate-properties/) rule doesn't provide the _autofix_ feature, but do you want autofix? @ybiquitous Yes, Would like to know would it...

Hi @iangozer , On your kind request, Here I am sharing the [Codepen](https://codepen.io/amarg26/pen/vYJYqaK) link. I tried in Codepen 1st solution but didn't worked. I don't think the 2nd solution just...

@iangozer Yes, Removing css worked. Is it possible to display dates on today onwards ? i.e October month begins from todays date October 11? No past dates as per 1st...

@iangozer I working on removing disabled dated from the datepicker. ` $(".ui-datepicker-calendar").each(function () { if (!$(this).hasClass(".ui-datepicker-today")) { $(this).find(".ui-datepicker-unselectable").remove(); return false; } });` As per this code added by me. I...

@iiroj I have also updated the steps to reproduce. ``` git add . git commit -m "lint-staged" ``` After running the git commit command, I am getting the error. Below...

Try `npm i -D stylelint-no-unused-selectors -f` @gamegee @ghost