A website for the ATmosphereConf
at 8e11fe256b10fda9b67b67913c1fc8cdb2f46521 4 lines 136 B view raw
1/** @type {import('tailwindcss').Config} */ 2export default { 3 content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"], 4};