lint:#13 formatted

This commit is contained in:
Elmar Kresse
2024-06-10 10:50:27 +02:00
parent ee0894d048
commit 439850f69b
127 changed files with 15740 additions and 11990 deletions

View File

@@ -1,20 +1,20 @@
// core
.p-knob-range {
fill: none;
transition: stroke 0.1s ease-in;
fill: none;
transition: stroke 0.1s ease-in;
}
.p-knob-value {
animation-name: dash-frame;
animation-fill-mode: forwards;
fill: none;
animation-name: dash-frame;
animation-fill-mode: forwards;
fill: none;
}
.p-knob-text {
font-size: 1.3rem;
text-align: center;
font-size: 1.3rem;
text-align: center;
}
@keyframes dash-frame {
100% {
stroke-dashoffset: 0;
}
}
100% {
stroke-dashoffset: 0;
}
}