Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
94eecb84
Commit
94eecb84
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
_progress.scss: remove unnecessary @-webkit-keyframes
Autoprefixer already takes care of this for us.
parent
57071cc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/bootstrap.css
+0
-2
dist/css/bootstrap.css
scss/_progress.scss
+0
-5
scss/_progress.scss
with
0 additions
and
7 deletions
+0
-7
dist/css/bootstrap.css
+
0
-
2
View file @
94eecb84
...
...
@@ -3994,7 +3994,6 @@ a.badge:hover, a.badge:focus {
background-position
:
0
0
;
}
}
@-o-keyframes
progress-bar-stripes
{
from
{
background-position
:
1
0
;
...
...
@@ -4004,7 +4003,6 @@ a.badge:hover, a.badge:focus {
background-position
:
0
0
;
}
}
@keyframes
progress-bar-stripes
{
from
{
background-position
:
1
0
;
...
...
This diff is collapsed.
Click to expand it.
scss/_progress.scss
+
0
-
5
View file @
94eecb84
...
...
@@ -9,11 +9,6 @@
// Progress animations
//
@-webkit-keyframes
progress-bar-stripes
{
from
{
background-position
:
$line-height-computed
0
;
}
to
{
background-position
:
0
0
;
}
}
@keyframes
progress-bar-stripes
{
from
{
background-position
:
$line-height-computed
0
;
}
to
{
background-position
:
0
0
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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