Bulma: why has-background-black doesn't work with npm bulma-start?

Created on 21 Nov 2018  路  1Comment  路  Source: jgthms/bulma


This is about Bulma | the Docs.



Overview of the problem

has-background-black not working

Description

When I try use has-background-black or another background color doens't work, only work if I use the cdn

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings