DEV Community

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

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