cards/tailwind.config.js
2024-10-15 21:09:11 -04:00

15 lines
301 B
JavaScript

//
// This file is here until trunk can be told to source it from /client
//
/** @type {import('tailwindcss').Config} */
module.exports = {
content: {
relative: true,
files: ["./clients/leptos/*.html", "./clients/leptos/src/**/*.rs"],
},
theme: {
extend: {},
},
plugins: [],
};