Actually I am running the simple project using bootstrap 4 in linux(ubuntu), I am trying to compile sass file but its getting error like cant find stylesheet to import
app.sccs file @import "../../node_modules/bootstrap/scss/_variables";
@import "variables";
my command is sass assets/styles/app.scss assets/styles/css/app.css
Error cant find stylesheet(I think my bootstrap parital variable scss file not refering properly).
sass --watch mode not recognizing (not working) , how to enable the watch mode in linux
Thanks in Advance.