Aha - disable stylelint options for multiple lines of CSS
If you need to style elements for which you can not change the class name, wrap your code with these comments
ex: disable `selector-class-pattern`
/* stylelint-disable selector-class-pattern */
.flatpickr-calendar.hasTime {}
/* stylelint-enable selector-class-pattern */