I removed Tailwind to replace it with Bootstrap. I followed the documentation to remove Tailwind and using Bootstrap. Everything went normally.
but when i run yarn build it shows me the following errors.
ERROR ./resources/styles/app.scss
SassError: Undefined mixin.
╷
15 │ @include background($gray-whiter,linear-gradient(to bottom,$white-generic,#e6e6e6),repeat-x);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
resources/styles/components/_buttons.scss 15:2 @import
resources/styles/app.scss 14:9 root stylesheet
ERROR ./resources/styles/app.scss
SassError: Undefined mixin.
╷
15 │ @include background($gray-whiter,linear-gradient(to bottom,$white-generic,#e6e6e6),repeat-x);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
resources/styles/components/_buttons.scss 15:2 @import
resources/styles/app.scss 14:9 root stylesheet