mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
format
This commit is contained in:
parent
cd9dc6ecb5
commit
b4cacd5956
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ export const ComponentResources: QuartzEmitterPlugin<Options> = (opts?: Partial<
|
||||||
filename: "index.css",
|
filename: "index.css",
|
||||||
code: Buffer.from(stylesheet),
|
code: Buffer.from(stylesheet),
|
||||||
minify: true,
|
minify: true,
|
||||||
include: Features.MediaQueries
|
include: Features.MediaQueries,
|
||||||
}).code.toString(),
|
}).code.toString(),
|
||||||
}),
|
}),
|
||||||
emit({
|
emit({
|
||||||
|
|
Loading…
Reference in a new issue