fix: remove IE7 star property hack in tachyons-sass via patch-package (#8266)

Fixes #8243

Co-authored-by: Tim Lai <timothy.lai@smartbear.com>
This commit is contained in:
Florian Dreier
2022-11-07 20:06:02 +01:00
committed by GitHub
parent 7b0ac1ae28
commit 073c31a36a
3 changed files with 512 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/node_modules/tachyons-sass/scss/_clears.scss b/node_modules/tachyons-sass/scss/_clears.scss
index d4c2fc3..9ec719e 100644
--- a/node_modules/tachyons-sass/scss/_clears.scss
+++ b/node_modules/tachyons-sass/scss/_clears.scss
@@ -18,7 +18,7 @@
.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
-.cf { *zoom: 1; }
+.cf { zoom: 1; }
.cl { clear: left; }
.cr { clear: right; }