recipes

The recipes and recipe books used in our family
git clone git://archive.git.mtrnord.blog/MTRNord/recipes.git
Log | Files | Refs | README | LICENSE

tailwind.config.mjs (224B)


      1 import starlightPlugin from '@astrojs/starlight-tailwind';
      2 /** @type {import('tailwindcss').Config} */
      3 export default {
      4 	content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
      5 	plugins: [starlightPlugin()],
      6 }