Sass not compiling in linux (ubuntu) and also watch mode not working

Posted by Atmansan under Bootstrap on 5/4/2018 | Points: 10 | Views : 2570 | Status : [Member] | Replies : 0
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.




Responses

(No response found.)

Login to post response