From 4d3179fc35404c4ac86d0c755cee32114a319104 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Sat, 25 Apr 2026 23:32:48 -0500 Subject: [PATCH] remove unused less file --- client/components/anchorPositioningPolyfill.js | 2 -- client/components/anchorPositioningPolyfill.less | 15 --------------- 2 files changed, 17 deletions(-) delete mode 100644 client/components/anchorPositioningPolyfill.less diff --git a/client/components/anchorPositioningPolyfill.js b/client/components/anchorPositioningPolyfill.js index dd0ffd59a..0a0d58fa1 100644 --- a/client/components/anchorPositioningPolyfill.js +++ b/client/components/anchorPositioningPolyfill.js @@ -1,5 +1,3 @@ -import './anchorPositioningPolyfill.less'; - let polyfillPromise; const supportsAnchorPositioning = ()=>'anchorName' in document.documentElement.style; diff --git a/client/components/anchorPositioningPolyfill.less b/client/components/anchorPositioningPolyfill.less deleted file mode 100644 index 93cb1df55..000000000 --- a/client/components/anchorPositioningPolyfill.less +++ /dev/null @@ -1,15 +0,0 @@ -.hb-anchor-source { - anchor-name: var(--hb-anchor-name); -} - -.hb-anchor-target { - position-anchor: var(--hb-position-anchor); -} - -.hb-position-area { - position-area: var(--hb-position-area); -} - -.hb-position-try-fallbacks { - position-try-fallbacks: var(--hb-position-try-fallbacks); -} \ No newline at end of file