fix: Правки линтера, правки документации

This commit is contained in:
Ilia Mashkov
2025-11-23 16:18:23 +03:00
parent 174547791b
commit dad6253877
3 changed files with 23 additions and 20 deletions

View File

@@ -33,7 +33,7 @@
}
:global(.swiper) {
@container timeframe-slider (width <=768px) {
@container timeframe-slider (width <= 768px) {
padding: 0 40px;
}
}
@@ -41,7 +41,7 @@
:global(.swiper-slide-visible) {
transition: opacity 0.3s ease;
@container timeframe-slider (width <768px) {
@container timeframe-slider (width < 768px) {
opacity: 0.4;
}
}