Closed scriptPilot closed 7 years ago
Hey , thanks for the great piece of code!
One point - with the following CSS code, I get the error "... missing } ...":
.kitchen-sink-material @media (max-width: 767px) { .kitchen-sink-material #ks-picker-date-container .picker-items { font-size: 21px; } .kitchen-sink-material #ks-picker-date-container .picker-item { height: 36px; line-height: 36px; } .kitchen-sink-material #ks-picker-date-container .picker-item span { padding: 0 6px; } }
Is there anything wrong with the CSS, as it should be allowed since CSS3 ?
Regards!
Can you test against Purify directly? It might not support the syntax. Maybe you could preprocess it somehow (postcss).
Looks like this is just invalid css use. Closing.
Hey , thanks for the great piece of code!
One point - with the following CSS code, I get the error "... missing } ...":
Is there anything wrong with the CSS, as it should be allowed since CSS3 ?
Regards!