agg-trace-visualizer / frontend /tailwind.config.js
Zayne Rea Sprague
Initial deploy: aggregate trace visualizer
8b41737
raw
history blame contribute delete
170 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};