Jump to content

Edit History

compsoul.dev

compsoul.dev

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.

compsoul.dev

compsoul.dev

After turn off 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.

×
×
  • Create New...