#29875

The warning is printed to console only when PD4ML’s debug output is switched on.
// pd4ml.enableDebugInfo()

You may either switch the debug off or fix the problem code in your HTML/CSS.

The warning comes from CSS parser. usually it is caused by an unexpected comma in a selector.

.classname , { property: value }