RedactX / tailwind.config.js
GitHub Actions
Deploy from GitHub
ac4a6d6
Raw
History Blame Contribute Delete
190 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
darkMode: 'class',
theme: {
extend: {},
},
plugins: [],
};