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
ae793ad7
Commit
ae793ad7
authored
Jun 19, 2014
by
Bas Bosman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use full deprecation version
parent
f685f2a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
less/mixins/progress-bar.less
less/mixins/progress-bar.less
+1
-1
less/mixins/vendor-prefixes.less
less/mixins/vendor-prefixes.less
+1
-1
less/progress-bars.less
less/progress-bars.less
+2
-2
No files found.
less/mixins/progress-bar.less
View file @
ae793ad7
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
.progress-bar-variant(@color) {
.progress-bar-variant(@color) {
background-color: @color;
background-color: @color;
// Deprecated parent class requirement as of v3.2
// Deprecated parent class requirement as of v3.2
.0
.progress-striped & {
.progress-striped & {
#gradient > .striped();
#gradient > .striped();
}
}
...
...
less/mixins/vendor-prefixes.less
View file @
ae793ad7
// Vendor Prefixes
// Vendor Prefixes
//
//
// All vendor mixins are deprecated as of v3.2 due to the introduction of
// All vendor mixins are deprecated as of v3.2
.0
due to the introduction of
// Autoprefixer in our Gruntfile. They will be removed in v4.
// Autoprefixer in our Gruntfile. They will be removed in v4.
// - Animations
// - Animations
...
...
less/progress-bars.less
View file @
ae793ad7
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
// Striped bars
// Striped bars
//
//
// `.progress-striped .progress-bar` is deprecated as of v3.2 in favor of the
// `.progress-striped .progress-bar` is deprecated as of v3.2
.0
in favor of the
// `.progress-bar-striped` class, which you just add to an existing
// `.progress-bar-striped` class, which you just add to an existing
// `.progress-bar`.
// `.progress-bar`.
.progress-striped .progress-bar,
.progress-striped .progress-bar,
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
// Call animation for the active one
// Call animation for the active one
//
//
// `.progress.active .progress-bar` is deprecated as of v3.2 in favor of the
// `.progress.active .progress-bar` is deprecated as of v3.2
.0
in favor of the
// `.progress-bar.active` approach.
// `.progress-bar.active` approach.
.progress.active .progress-bar,
.progress.active .progress-bar,
.progress-bar.active {
.progress-bar.active {
...
...
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