browserslist ignore KaiOS

This commit is contained in:
Laila Los
2024-02-27 13:04:05 +01:00
parent df7fa9272c
commit f9d29ef8d0
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
"browserslist": [
"defaults",
"not op_mini all",
"not ios_saf <= 15.0"
"not ios_saf <= 15.0",
"not kaios > 0"
],
"resolutions": {
"chokidar": "3.5.3",
@@ -49,7 +49,6 @@ function scrollToOffset(offset: number) {
element?.scrollIntoView();
}
// eslint-disable-next-line compat/compat
const observer = new IntersectionObserver(
(items) => {
for (let index = 0; index < items.length; index++) {