crittr icon indicating copy to clipboard operation
crittr copied to clipboard

fix issue with empty css selectors

Open timonbandit opened this issue 2 months ago • 1 comments

Selector like that

@media (max-width: 575px) {
  .coupon-filter {
  }
}

break crittr. because of error in CSS module. https://github.com/reworkcss/css/issues/92

timonbandit avatar May 06 '24 14:05 timonbandit

Thanks.

should have already happend. Wondering why it hits now.

Can you please add a test for this example to have it covered?

philipp-winterle avatar May 06 '24 14:05 philipp-winterle