You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when I try to run the application.
./src/app/App.scss (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-5-3!./node_modules/sass-loader/lib/loader.js??ref--6-oneOf-5-4!./src/app/App.scss)
padding: $modal-inner-padding - $modal-footer-margin-between / 2;
^
Incompatible units: 'rem' and 'px'.
in /media/amirhossein/Development/Client Projects/GMS-Cient-App/for test dashboards/connect-plus-react-free-admin-template/template/demo_1/node_modules/bootstrap/scss/_modal.scss (line 178, column 12)
The text was updated successfully, but these errors were encountered:
AmirhosseinBidokhti
changed the title
Error building the file, css related
Error building the files; css related
Dec 6, 2020
Has anybody else come across this of recent, if yes and you've worked out the root cause, how do I resolve it please?
I remember I ended up using another template of them. It was either "corona" or "star admin", free versions tho.
And I also remember I faced another issue with them that I resolved by doing this: going to npm_modules -> resolve_url_loader -> index.js
change the removeCR property to true. And then was able to get it working. (in case you got to the same issue)
I get this error when I try to run the application.
./src/app/App.scss (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-5-3!./node_modules/sass-loader/lib/loader.js??ref--6-oneOf-5-4!./src/app/App.scss)
padding: $modal-inner-padding - $modal-footer-margin-between / 2;
^
Incompatible units: 'rem' and 'px'.
in /media/amirhossein/Development/Client Projects/GMS-Cient-App/for test dashboards/connect-plus-react-free-admin-template/template/demo_1/node_modules/bootstrap/scss/_modal.scss (line 178, column 12)
The text was updated successfully, but these errors were encountered: