Added bootstap and testing carousel

This commit is contained in:
Asutosh Palai
2016-06-17 11:43:47 +05:30
parent b0d5ca591d
commit cffb3828ef
82 changed files with 8836 additions and 47 deletions

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