using rocket instead of astro
This commit is contained in:
parent
eb72400722
commit
e61ef1d4c3
79 changed files with 4406 additions and 8501 deletions
|
|
@ -1,6 +1,8 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||||
content: {
|
||||
files: ["./templates/**/*.html"],
|
||||
},
|
||||
theme: {
|
||||
extend: {
|
||||
height: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue