Documents

    There are no documents.

Documents


    The folder dynamic section does not exist for this theme.

/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,js}"], theme: { extend: {}, }, plugins: [], }