sae-viewer/tailwind.config.js (
7
lines of code) (
raw
):
/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,js,jsx}"], theme: { extend: {}, }, plugins: [], }