1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-19 04:01:18 +02:00

Package updates

This commit is contained in:
Angelos Chalaris
2018-08-04 10:11:52 +03:00
parent febc5ee1f5
commit 190a590d82
10 changed files with 1223 additions and 187 deletions

View File

@@ -67,7 +67,7 @@ progress {
}
// Background color on webkit browser
&::-webkit-progress-bar {
background: var(#{$progress-back-color});
background: var(#{$progress-back-color-var});
}
// Foreground color on Firefox
&::-moz-progress-bar {