After turn on the CCC function, CSS is generating in bad way:
Before convert:
transform: translate(calc(50% + 0.875em), calc(50% + 0.875em));
After convert:
transform: translate(calc(50% + 0.875em),);
You can check this error here: http://skate.compsoul.pl/en/ in the
.module-cart-summary .cart-products-count
class.