I am trying to use bulma css for my angular project. After i installed bulma with
npm i --save bulma
I tried including bulma in my styles.css file with
@import "@bulma/css/bulma.css";
I am getting an error stating the 'bulma.css' file cannot be found.
How can I resolve it? By the way I checked "nodex_modules" folder to see if the bulma was properly installed or not and It is present there.
Try this syntax: ~bulma/css/bulma
, if that doesn't work, try with switching to .scss
files instead of .css