Files
otaman/tailwind.config.js
T
2026-08-05 02:44:50 +03:00

13 lines
222 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class',
content: ['./index.html'],
theme: {
extend: {
textColor: {
heading: '#1e293b',
},
},
},
plugins: [],
}