css

kokonut 2022-12-04T05:47:34.386069Z

Hi, I am trying to import bulma from node_modules (by command npm install bulma). Do I have to put the link in index.html? Or just in any cljs file. I am using shadow-cljs.

Drew Verlee 2022-12-05T03:41:22.372539Z

Can you link to the bulma install instructions your using?

kokonut 2022-12-05T15:56:48.290319Z

Sure. This is it. https://bulma.io/documentation/overview/start/ And I am taking an option with npm install bulma .