chore: indent scss files

This commit is contained in:
Lucas Larroche 2023-02-15 00:14:05 +07:00
parent 95402d4217
commit d8909184a1
6 changed files with 22 additions and 2 deletions

View file

@ -46,9 +46,11 @@
border-radius: var(#{$}border-radius);
background: none;
}
&[value]::-webkit-progress-value {
background-color: var(#{$}progress-color);
}
&::-moz-progress-bar {
background-color: var(#{$}progress-color);
}
@ -68,6 +70,7 @@
&[value]::-webkit-progress-value {
background-color: transparent;
}
&::-moz-progress-bar {
background-color: transparent;
}
@ -87,6 +90,7 @@
0% {
background-position: 200% 0;
}
100% {
background-position: -200% 0;
}