简体   繁体   中英

how to fix Bootstrap 3 error in Angular project

I am adding bootstrap 3 in my angular project using CLI and then when I opened bootstrap.min.css file I see error as the value of background-color is not correct.

background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}

is there anyone who is also facing this error and if yes then what should be exact value of this.

在此处输入图像描述

Let's remove: #000\9 and change to #0009 and run again. Because #000\9 not exists在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM