export default { darkMode: 'class', // This enables dark mode based on the presence of the "dark" class in the HTML tag content: [ "presets/**/*.{js,vue,ts}" // this is optional if you are using @nuxtjs/tailwindcss ], theme: { extend: { } } }