1
0
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:
Chris Rebert
2015-05-15 12:17:09 -07:00
parent 62da5947a8
commit 82c9038f20
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}