mirror of https://github.com/kern/filepizza
Fix light/dark mode for TW v4 (#297)
parent
8ea276d2df
commit
22f4d23e8d
@ -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