cards/tailwind.config.js
2024-12-03 17:52:45 -05:00

15 lines
285 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: ["./client/*.html", "./client/src/**/*.rs"],
},
theme: {
extend: {},
},
plugins: [],
};