1
0
Fork 0

removed redundant tailwind.config.mjs

This commit is contained in:
Mia Rose Winter 2025-12-15 15:20:04 +01:00
parent a40f65950b
commit 3923532bf6
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E
2 changed files with 0 additions and 9 deletions

View file

@ -1,7 +1,5 @@
@import 'tailwindcss'; @import 'tailwindcss';
@config '../../tailwind.config.mjs';
/* /*
secondary: 'rgb(var(--color-secondary) / <alpha-value>)', secondary: 'rgb(var(--color-secondary) / <alpha-value>)',
'secondary-content': 'rgb(var(--color-secondary-content) / <alpha-value>)', 'secondary-content': 'rgb(var(--color-secondary-content) / <alpha-value>)',

View file

@ -1,7 +0,0 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
}
}