crittr
crittr copied to clipboard
fix issue with empty css selectors
Selector like that
@media (max-width: 575px) {
.coupon-filter {
}
}
break crittr. because of error in CSS module. https://github.com/reworkcss/css/issues/92
Thanks.
should have already happend. Wondering why it hits now.
Can you please add a test for this example to have it covered?