Merge pull request #176 from sarramegnag/fix-progress-bar

Fix percentage calculation in progress bar for loop
This commit is contained in:
Rhyne 2019-01-25 07:07:51 -05:00 committed by GitHub
commit b5f837ca50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@
@for $i from 0 through 100 {
&.w-#{$i} {
width: $i + %;
width: $i * 1%;
}
}