philipp-winterle / crittr

High performance critical css extraction with a great configuration abilities
https://hummal.github.io/crittr/
GNU General Public License v3.0
51 stars 6 forks source link

fix issue with empty css selectors #53

Closed timonbandit closed 3 months ago

timonbandit commented 5 months ago

Selector like that

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

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

philipp-winterle commented 5 months ago

Thanks.

should have already happend. Wondering why it hits now.

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