UNPKG

is-mychatbot

Version:
16 lines (15 loc) 284 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{js,jsx,ts,tsx}"], theme: { extend: { fontFamily: { lato: ["Lato", "sans-serif"], }, screens: { xs: { max: "600px" }, }, }, }, plugins: [], };