Laravel ui ile kurarak ilerlerseniz aslında ui ile ilgili değil bootstrap ( "bootstrap": "4.6.0" )kurunca terminalde bir hata çıkıyor ve çözüm için bu adresi veriyor (hatayı geçtiğim için çıkan hatayı paylaşamıyorum)
https://sass-lang.com/documentation/breaking-changes/slash-div
bu sayfanın en altında
You can use the Sass migrator to automatically update your stylesheets to use math.div() and list.slash(). diyerek
$ npm install -g sass-migrator
$ sass-migrator division **/*.scss
bu komutlarla dönüştürün deniyor bunu yaptım ancak yeni bir hata aldım hatam şu şekilde
: math.div() will only support number arguments in a future release.
Use list.slash() instead for a slash separator.
╷
120 │ background: $custom-select-background, $custom-select-bg escape-svg($icon) math.div($custom-select-feedback-icon-position, $custom-select-feedback-icon-size) no-repeat;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules\bootstrap\scss\mixins\_forms.scss 120:84 @content
node_modules\bootstrap\scss\mixins\_forms.scss 37:7 form-validation-state-selector()
node_modules\bootstrap\scss\mixins\_forms.scss 115:5 form-validation-state()
node_modules\bootstrap\scss\_forms.scss 263:3 @import
node_modules\bootstrap\scss\bootstrap.scss 18:9 @import
resources\sass\app.scss 8:9 root stylesheet
önerisi olan olabilirmi ?
bu arada şöyle bir şey denedim düzlmedi
sass-migrator division style.scss --migrate-deps