mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 13:43:11 +02:00
Unquote to avoid NUL chars in the output CSS
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
background-color: $color;
|
||||
}
|
||||
|
||||
@media screen and ("min-width:0\0") {
|
||||
@media screen and (min-width:0\0) {
|
||||
.progress-bar {
|
||||
background-color: $color;
|
||||
}
|
||||
|
Reference in New Issue
Block a user