UNPKG

ngx-tailwind-toastify

Version:

A customizable toast notifications library using Tailwind CSS.

9 lines (8 loc) 150 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,ts}"], theme: { extend: {}, }, plugins: [], };