UNPKG

@saiforceone/dirt-cli

Version:

Official CLI Utility for the D.I.R.T stack

13 lines (12 loc) 256 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./templates/**/*.html', './dirt_fe_vue/src/**/*.vue'], theme: { extend: { fontFamily: { heading: ['Rowdies', 'cursive'], }, }, }, plugins: [], };