old-fast-log-viewer/tailwind.config.js

10 lines
189 B
JavaScript
Raw Permalink Normal View History

2024-10-03 18:41:43 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
mode: "all",
content: ["./src/**/*.{rs,html,css}", "./dist/**/*.html"],
theme: {
extend: {},
},
plugins: [],
};