this repo has no description

Merge remote-tracking branch 'origin/astra/overrides' into astra/overrides

astrra.space 8e7f5fc0 fc8d61e1

verified
+1
+1
theming.ts
··· 9 9 console.log(`Using theme folder: ${themeFolder}`); 10 10 return { 11 11 name: 'theme-generator', 12 + enforce: 'pre', // Ensure this plugin runs first 12 13 transform(code, id) { 13 14 if (id.endsWith('app.css')) { 14 15 const colorsCode = Deno.readTextFileSync(Deno.cwd() + '/themes/colors.css');