From 4770fdd93a0c038556b36a2a08ba5fb6cba8f176 Mon Sep 17 00:00:00 2001 From: Eduard Frankford <e.frankford@student.uibk.ac.at> Date: Wed, 29 Jun 2022 11:42:51 +0200 Subject: [PATCH] testing --- .browserslistrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.browserslistrc b/.browserslistrc index 20fe10722..ae97cd622 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -11,10 +11,6 @@ last 1 Chrome version last 1 Firefox version last 2 Edge major versions -last 2 Safari major versions last 2 iOS major versions Firefox ESR -not IE 9-10 # Angular support for IE 9-10 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line. -not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line. -not ios_saf 15.2-15.3 -not safari 15.2-15.3 \ No newline at end of file +not IE 9-10 -- GitLab