Jump to content

CCC CSS bug during convert


compsoul.dev

Recommended Posts

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.

Edited by compsoul.pl (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...