run prettier

This commit is contained in:
2023-06-02 00:04:18 +02:00
parent c984cc7a7b
commit 33f23f838d
18 changed files with 70 additions and 63 deletions

View File

@@ -8,6 +8,9 @@ const secondary = colors.gray[500]
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
future: {
hoverOnlyWhenSupported: true
},
theme: {
extend: {
colors: {
@@ -35,10 +38,10 @@ export default {
themes: [
{
contexted: {
...require("daisyui/src/theming/themes")["[data-theme=light]"],
...require('daisyui/src/theming/themes')['[data-theme=light]'],
primary,
secondary,
"--btn-text-case": "uppercase", // set default text transform for buttons
'--btn-text-case': 'uppercase' // set default text transform for buttons
// accent: '#37CDBE',
// neutral: '#F7F7F7',
// 'base-100': '#FFFFFF',