mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-06 06:47:38 +00:00
remove unused less file
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import './anchorPositioningPolyfill.less';
|
||||
|
||||
let polyfillPromise;
|
||||
|
||||
const supportsAnchorPositioning = ()=>'anchorName' in document.documentElement.style;
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user