/** @type {import('tailwindcss').Config} */ module.exports = { content: [], theme: { extend: { backgroundColor: { page: "#000000", }, }, }, plugins: [], corePlugins: { preflight: true, }, };