Upgrade Astro and Astro Paper to v5

This commit is contained in:
tiff 2025-03-08 19:45:21 -05:00
parent 8ebf7d5996
commit e719f7ccca
105 changed files with 7099 additions and 1939 deletions

View file

@ -10,7 +10,7 @@ function withOpacity(variableName) {
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ["selector", "[data-theme='dark']"],
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue,css}"],
theme: {
// Remove the following screen breakpoint or add other breakpoints
// if one breakpoint is not enough for you
@ -56,8 +56,8 @@ module.exports = {
},
stroke: {
skin: {
accent: withOpacity("--color-accent")
}
accent: withOpacity("--color-accent"),
},
},
fontFamily: {
mono: ["IBM Plex Mono", "monospace"],