'Change layout products in orocommerce

I have a problem with storefont customization,I created custom bundle create bundle and my firs theme create custom theme,my website run in locahost enviroment dev,I changed scss in file embedded-products-config.scss:

$embedded-products-item-count-desktop: 4 !default;

to

$embedded-products-item-count-desktop: 6 !default;

but when I run css not overide when loading it shows 6 products about 2 seconds and return 4 products immediately.

loading 6 products



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source