This is about Bulma | the Docs.
has-background-black not working
When I try use has-background-black or another background color doens't work, only work if I use the cdn
You have to edit the packages.json File. In DevDependencies you find the Line:
"bulma": "^0.6.0", (or simmiliar!)
change it to
"bulma": "^0.7.2",
save it and do a new npm install, then npm start, now he uses the newest bulma version and you can use the has modifiers who was missed before. ;-)
Kind Regards,
Marcel Hartmann
Most helpful comment
You have to edit the packages.json File. In DevDependencies you find the Line:
"bulma": "^0.6.0", (or simmiliar!)
change it to
"bulma": "^0.7.2",
save it and do a new npm install, then npm start, now he uses the newest bulma version and you can use the has modifiers who was missed before. ;-)
Kind Regards,
Marcel Hartmann