Implements a blog
This commit is contained in:
parent
993bd5ad3c
commit
f9662407e3
122 changed files with 9898 additions and 4224 deletions
10
_sass/bootstrap/mixins/_progress-bar.scss
Normal file
10
_sass/bootstrap/mixins/_progress-bar.scss
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Progress bars
|
||||
|
||||
@mixin progress-bar-variant($color) {
|
||||
background-color: $color;
|
||||
|
||||
// Deprecated parent class requirement as of v3.2.0
|
||||
.progress-striped & {
|
||||
@include gradient-striped;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue