Jacky Zhao
2023-08-08 d02af6a8ae4c3bea4c94ad63c118d517318146fe
quartz/plugins/emitters/componentResources.ts
@@ -13,7 +13,7 @@
import { StaticResources } from "../../resources"
import { QuartzComponent } from "../../components/types"
import { googleFontHref, joinStyles } from "../../theme"
import { transform } from "lightningcss"
import { Features, transform } from "lightningcss"
type ComponentResources = {
  css: string[]
@@ -161,6 +161,13 @@
            filename: "index.css",
            code: Buffer.from(stylesheet),
            minify: true,
            targets: {
              safari: (15 << 16) | (6 << 8), // 15.6
              edge: 115 << 16,
              firefox: 102 << 16,
              chrome: 109 << 16,
            },
            include: Features.MediaQueries,
          }).code.toString(),
        }),
        emit({