Я получаю «Несовместимые единицы:« rem »и« px »» при переопределении переменных Bootstrap 4.3.1 в пользовательском файле переопределения sass.
Я попытался расположить следующие пути в пользовательском файле sass поверх файла и в последней строке файла, как указано в документации по Bootstrap 4.
@import "node_modules/bootstrap/scss/functions";
@import "node_modules/bootstrap/scss/variables";
@import "node_modules/bootstrap/scss/mixins";
Ошибка в терминале
ERROR in ./src/scss/main.scss (./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modules/sass-loader/lib/loader.js??ref--14-3!./src/scss/main.scss)
Module build failed:
$custom-select-feedback-icon-padding-right: calc((1em + #{2 * $custom-select-padding-y}) * 3 / 4 + #{$custom-select-padding-x + $custom-select-indicator-padding}) !default;
^
Incompatible units: 'rem' and 'px'.