PrestaShop / prestashop-ui-kit

UI kit for PrestaShop Backoffice - A collection of styled components, based on Bootstrap 4
47 stars 28 forks source link

Operator outside calc scope #183

Open MonsignorEduardo opened 2 years ago

MonsignorEduardo commented 2 years ago

The file bootstrap-prestashop-ui-kit.css either from the npm repo or the cdn has an error.

height:calc(1.751rem + 2px)-2;

This causes that when you use a CSS preprocessor to make the kit works with your own custom modules. https://github.com/PrestaShop/prestashop-ui-kit/issues/66#issuecomment-590228556

This is the error that appears when you try to import it in a sass. ima03fK57O