Skip to content

Include Bootstrap CSS in src\styles.css #11

Closed
@avi613

Description

@avi613

I'm just skimming through your project: spring-boot-angular. I noticed that you indicate to include Bootstrap library like this:

"styles": [
    "styles.css",
    "../node_modules/bootstrap/dist/css/bootstrap.min.css"
  ],

I don't know about Bootstrap 3, but with Bootstrap 4 and angular 4 / 5, my experience is that this will only work in dev mode. Compilation will be a problem.

Importing bootstrap.css in src\styles.css like this

@import "~bootstrap/dist/css/bootstrap.css";

will work in all cases.

I have posted this stack about it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions