UNPKG

@accounter/client

Version:

9 lines (8 loc) 165 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/**/*.{ts,tsx}', './index.html'], theme: { extend: {}, }, plugins: [], };