We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63f9b2 commit 26d6ee8Copy full SHA for 26d6ee8
src/transform.ts
@@ -35,7 +35,7 @@ export function transformCSS(
35
el.innerHTML = css;
36
} else if (el instanceof HTMLLinkElement) {
37
// Replace link elements with style elements.
38
- // We use inline style elements rather then link elements with blob
+ // We use inline style elements rather than link elements with blob
39
// URLs, as relative URLs for things like images and fonts are not
40
// supported in blob URLs. See
41
// https://github.com/oddbird/css-anchor-positioning/pull/324 for more
0 commit comments