mirror of https://github.com/kern/filepizza
Fix light/dark mode for TW v4
parent
8ea276d2df
commit
51067dc65b
@ -1,13 +0,0 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{js,ts,jsx,tsx,mdx}'],
|
||||
theme: {
|
||||
extend: {
|
||||
animation: {
|
||||
'spin-slow': 'spin 16s linear infinite',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
darkMode: 'class',
|
||||
}
|
||||
Loading…
Reference in New Issue