chore: lint with prettier on build

This commit is contained in:
Lucas Larroche 2022-10-15 23:22:12 +07:00
parent bf62c8ce09
commit 670826069b
40 changed files with 221 additions and 233 deletions

View file

@ -53,13 +53,9 @@ progress {
@media (prefers-reduced-motion: no-preference) {
&:indeterminate {
background: var(--progress-background-color)
linear-gradient(
to right,
var(--progress-color) 30%,
var(--progress-background-color) 30%
)
linear-gradient(to right, var(--progress-color) 30%, var(--progress-background-color) 30%)
top left / 150% 150% no-repeat;
animation: progress-indeterminate 1s linear infinite;
animation: progress-indeterminate 1s linear infinite;
&[value]::-webkit-progress-value {
background-color: transparent;
@ -86,4 +82,4 @@ progress {
100% {
background-position: -200% 0;
}
}
}