news-analyze/tailwind.config.js

15 lines
235 B
JavaScript

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