whois / tailwind.config.js
enzostvs's picture
enzostvs HF staff
add author, likes in wip
37e0123
raw
history blame
296 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
darkMode: 'class',
mode: 'jit',
theme: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
title: ['Poppins', 'sans-serif'],
},
extend: {},
},
plugins: [],
}