Skip to content

Commit b164aa4

Browse files
committed
chore: lint
1 parent 88054aa commit b164aa4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/build/vite-asset-transform.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { ELEMENT_NODE, parse as parseHtml, renderSync, walkSync } from 'ultrahtm
1010
import { createUnplugin } from 'unplugin'
1111
import { logger } from '../runtime/logger'
1212
import { getEmojiCodePoint, getEmojiIconNames, RE_MATCH_EMOJIS } from '../runtime/server/og-image/satori/transforms/emojis/emoji-utils'
13-
import { evaluateCalc, extractClassStyles, simplifyCss } from './css/css-utils'
13+
import { extractClassStyles, simplifyCss } from './css/css-utils'
1414
import { transformVueTemplate } from './vue-template-transform'
1515

1616
let svgCounter = 0
@@ -461,7 +461,6 @@ export const AssetTransformPlugin = createUnplugin((options: AssetTransformOptio
461461
}
462462
}
463463

464-
465464
// Inline <style> blocks into template elements at build time.
466465
// Both satori and takumi need inline styles — <style> blocks aren't applied at render time.
467466
{

0 commit comments

Comments
 (0)