{"version":3,"sources":["../src/css.js"],"names":[],"mappings":";;;;;;;;;;AAKe,SAAR,GAAuB,GAAA;AAC5B,EAAI,IAAA,OAAO,yBAAyB,WAAa,EAAA;AAC/C,IAAA;AAAA;AAEF,EAAA,MAAM,IAAI,KAAA;AAAA,IACR,GAAG,oBAAwB,CAAA,4OAAA;AAAA,GAC7B;AACF","file":"chunk-FV633G5R.mjs","sourcesContent":["/**\n * `__wyw_dynamic_import` is a special global var that is set during the evaluation phase by wyw.\n * So during eval phase, it can happen that some code is calling the runtime function.\n * We do not want to throw error in that case as we want the evaluation to happen.\n */\nexport default function css() {\n  if (typeof __wyw_dynamic_import !== 'undefined') {\n    return;\n  }\n  throw new Error(\n    `${process.env.PACKAGE_NAME}: You were trying to call \"css\" function without configuring your bundler. Make sure to install the bundler specific plugin and use it. @pigment-css/vite-plugin for Vite integration or @pigment-css/nextjs-plugin for Next.js integration.`,\n  );\n}\n"]}