#3 ๐Ÿ’…Add Bootstrap

โฐ We already installed bootstrap in your stackblitz starter to get Bootstrap in your app.

Include the reference of Bootstrap globally at the top of the ๐Ÿ“ src/styles.scss file as shown below.

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

Last updated