run prettier
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user