/** @type {import('tailwindcss').Config} */ export default { content: ['./index.html', './src/**/*.{vue,js,ts}'], theme: { extend: { fontSize: { 'mxs': '0.92rem', }, height: { '15/16': '93.75%', '1/16': '6.25%', '11/12': '91.666666%', '1/10': '8.333333%' }, lineHeight: { 'short': '0.9', 'tighter': '1.15', } }, fontFamily: { 'header': ['Aleo'], } }, plugins: [], }