Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
82c9038f
Commit
82c9038f
authored
May 15, 2015
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unquote to avoid NUL chars in the output CSS
parent
62da5947
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
scss/_progress.scss
scss/_progress.scss
+3
-3
scss/mixins/_progress.scss
scss/mixins/_progress.scss
+1
-1
No files found.
scss/_progress.scss
View file @
82c9038f
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
// }
// }
// IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway.
// IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway.
@media
screen
and
(
"min-width:0\0"
)
{
@media
screen
and
(
min-width
:
0
\
0
)
{
.progress
{
.progress
{
background-color
:
#eee
;
background-color
:
#eee
;
@include
border-radius
(
$border-radius-base
);
@include
border-radius
(
$border-radius-base
);
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
@include
gradient-striped
();
@include
gradient-striped
();
background-size
:
$spacer-y
$spacer-y
;
background-size
:
$spacer-y
$spacer-y
;
}
}
@media
screen
and
(
"min-width:0\0"
)
{
@media
screen
and
(
min-width
:
0
\
0
)
{
.progress-bar-striped
{
.progress-bar-striped
{
@include
gradient-striped
();
@include
gradient-striped
();
background-size
:
$spacer-y
$spacer-y
;
background-size
:
$spacer-y
$spacer-y
;
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
.progress-animated
[
value
]
::-moz-progress-bar
{
.progress-animated
[
value
]
::-moz-progress-bar
{
animation
:
progress-bar-stripes
2s
linear
infinite
;
animation
:
progress-bar-stripes
2s
linear
infinite
;
}
}
@media
screen
and
(
"min-width:0\0"
)
{
@media
screen
and
(
min-width
:
0
\
0
)
{
.progress-animated
.progress-bar-striped
{
.progress-animated
.progress-bar-striped
{
animation
:
progress-bar-stripes
2s
linear
infinite
;
animation
:
progress-bar-stripes
2s
linear
infinite
;
}
}
...
...
scss/mixins/_progress.scss
View file @
82c9038f
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
background-color
:
$color
;
background-color
:
$color
;
}
}
@media
screen
and
(
"min-width:0\0"
)
{
@media
screen
and
(
min-width
:
0
\
0
)
{
.progress-bar
{
.progress-bar
{
background-color
:
$color
;
background-color
:
$color
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment