DEV Community

Discussion on: Let's Build a HTML and CSS Landing Page with Parcel

Collapse
 
cantuga profile image
Cantuga

Great guide!
I'm having some trouble installing bootstrap, can't have the dropdown work despite including the import to bootstrap in the index.ts.
Do you have any clue on why this may be happening?

Collapse
 
cantuga profile image
Cantuga

I'm gonna answer this myself: I (obviously) got the import wrong. Weird enough the import on the official bootstrap page for parcel is wrong, the right one is the simple
import "bootstrap"
in the index.ts (or js).
Sadly bootstrap doesn't make good guides like the one in this article :D