syntax-highlighting/src/styles.d.ts
saberzero1 fada634ccd
feat: add clipboard copy button for code blocks
Move clipboard script and styles from Quartz core Body.tsx into the
syntax-highlighting plugin. Injected via externalResources() hook with
a new clipboard option (defaults to true). Adds esbuild text-loader
for .inline.ts and .scss files.
2026-02-14 00:32:49 +01:00

4 lines
79 B
TypeScript

declare module "*.scss" {
const content: string;
export default content;
}